Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 26, 2023
1 parent 9604500 commit 6931e20
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: windows-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ilammy/setup-nasm@v1

- name: Install stable
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
runs-on: windows-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ilammy/setup-nasm@v1

- name: Install cargo-c
Expand Down Expand Up @@ -211,7 +211,7 @@ jobs:
name: linux-binaries (${{ matrix.build }}, ${{ matrix.name }})

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ilammy/setup-nasm@v1

- name: Install ${{ matrix.target }} target
Expand Down Expand Up @@ -350,7 +350,7 @@ jobs:
MACOSX_DEPLOYMENT_TARGET: ${{ matrix.macosx_deployment_target }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install nasm
run: brew install nasm
Expand Down Expand Up @@ -434,7 +434,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Download artifacts
uses: actions/download-artifact@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/devcontainer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
contents: read

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install devcontainer-cli
run: npm install -g @devcontainers/cli
- name: Authenticate with ghcr.io
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/rav1e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ilammy/setup-nasm@v1
- name: Install stable
uses: dtolnay/rust-toolchain@stable
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set no-asm-tests env vars
if: matrix.conf == 'no-asm-tests'
run: |
Expand Down Expand Up @@ -308,7 +308,7 @@ jobs:

runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install sccache
run: |
brew install sccache
Expand Down Expand Up @@ -383,7 +383,7 @@ jobs:

runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ilammy/setup-nasm@v1
- name: Install sccache
run: |
Expand Down

0 comments on commit 6931e20

Please sign in to comment.