Skip to content

Commit 62f1cd1

Browse files
authored
Merge pull request #130 from rhinstaller/dependabot/github_actions/actions/checkout-4
infra: bump actions/checkout from 3 to 4
2 parents 927f585 + 32f8a75 commit 62f1cd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
steps:
77
- name: Clone repository
8-
uses: actions/checkout@v3
8+
uses: actions/checkout@v4
99

1010
- name: Run test
1111
run: |

0 commit comments

Comments
 (0)