Skip to content

Commit bc74b1d

Browse files
Update actions/checkout action to v4.1.0
1 parent 8ef294b commit bc74b1d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/actionlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: actionlint with reviewdog
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v4.0.0
16+
- uses: actions/checkout@v4.1.0
1717
- name: actionlint
1818
uses: reviewdog/[email protected]
1919
with:

.github/workflows/pr-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
packages: make zip
1717

1818
- name: checkout
19-
uses: actions/checkout@v4.0.0
19+
uses: actions/checkout@v4.1.0
2020

2121
- name: build
2222
run: |

0 commit comments

Comments
 (0)