Skip to content

Commit 86a6436

Browse files
authored
Merge pull request #21 from mint-lang/dependabot/github_actions/actions/checkout-6
2 parents 487f04a + c141e2f commit 86a6436

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
steps:
3939
- name: Checkout code
40-
uses: actions/checkout@v5
40+
uses: actions/checkout@v6
4141

4242
- name: Run ShellCheck
4343
run: shellcheck bin/*
@@ -47,7 +47,7 @@ jobs:
4747

4848
steps:
4949
- name: Checkout code
50-
uses: actions/checkout@v5
50+
uses: actions/checkout@v6
5151

5252
- name: Install shfmt
5353
run: brew install shfmt

0 commit comments

Comments
 (0)