Skip to content

Commit cbf2a34

Browse files
Update actions/checkout action to v5
1 parent 319b475 commit cbf2a34

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
name: YAML
1010
runs-on: ubuntu-22.04
1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v5
1313

1414
- run: pip install yamllint
1515
- run: yamllint -s -f github .

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- wafflehacks
2828
- testing
2929
steps:
30-
- uses: actions/checkout@v4
30+
- uses: actions/checkout@v5
3131

3232
- name: Set registry name
3333
run: sed -i "s/REGISTRY/${{ matrix.registry }}/g" .cargo/config.toml
@@ -55,7 +55,7 @@ jobs:
5555
- beta
5656
- nightly
5757
steps:
58-
- uses: actions/checkout@v4
58+
- uses: actions/checkout@v5
5959

6060
- name: Set registry name
6161
run: sed -i "s/REGISTRY/wafflehacks/g" .cargo/config.toml

0 commit comments

Comments
 (0)