Skip to content

Commit 487f04a

Browse files
authored
Merge pull request #19 from mint-lang/dependabot/github_actions/actions/checkout-5
2 parents dce9c08 + 04a486c commit 487f04a

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@v4
40+
uses: actions/checkout@v5
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@v4
50+
uses: actions/checkout@v5
5151

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

0 commit comments

Comments
 (0)