Skip to content

Commit 5223ffe

Browse files
Update actions/checkout action to v5
1 parent 613170f commit 5223ffe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
lint:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v5
1616

1717
- name: Lint workflows and action.yml
1818
run: |

0 commit comments

Comments
 (0)