Skip to content

Commit ae7b5fd

Browse files
cclausssvenpeter42
authored andcommitted
Upgrade GitHub Actions
https://github.com/actions/checkout/releases Signed-off-by: Christian Clauss <cclauss@me.com>
1 parent 12ad342 commit ae7b5fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919

2020
steps:
21-
- uses: actions/checkout@v2
21+
- uses: actions/checkout@v4
2222
with:
2323
submodules: recursive
2424

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
22-
- uses: actions/checkout@v2
22+
- uses: actions/checkout@v4
2323

2424
- name: install nightly rust
2525
run: |

0 commit comments

Comments
 (0)