Merge pull request #252 from DJ2LS/dependabot/github_actions/actions/checkout-3

This commit is contained in:
DJ2LS 2022-09-18 12:30:49 +02:00 committed by GitHub
commit 690f400a81
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -118,7 +118,7 @@ jobs:
libcodec2_os_name: libcodec2_ubuntu_latest_armv7.so libcodec2_os_name: libcodec2_ubuntu_latest_armv7.so
steps: steps:
- uses: actions/checkout@v2.1.0 - uses: actions/checkout@v3
- uses: uraimo/run-on-arch-action@v2 - uses: uraimo/run-on-arch-action@v2
name: Build artifact name: Build artifact
id: build id: build

View file

@ -39,7 +39,7 @@ jobs:
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v2 uses: actions/checkout@v3
# Initializes the CodeQL tools for scanning. # Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL - name: Initialize CodeQL

View file

@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v3
- name: Install packages - name: Install packages
shell: bash shell: bash