Skip to content

Commit

Permalink
GHA: Upgrade actions/checkout to v4.1.1
Browse files Browse the repository at this point in the history
This is to move away from the deprecated node 12.
  • Loading branch information
syncom committed Mar 7, 2024
1 parent 9469843 commit a54337f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/r10e-cross-rs-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4.1.1
- name: Cross build artifacts
run: |
cd ${{ github.workspace }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/r10e-rust-overlay-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4.1.1
- name: Cross build artifacts
run: |
cd ${{ github.workspace }}
Expand Down

0 comments on commit a54337f

Please sign in to comment.