Skip to content

Commit 65e03f8

Browse files
authored
Merge pull request #10 from tobixdev/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents 0ba61d7 + 3233a36 commit 65e03f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: extractions/setup-just@v3
2727

2828
- name: Checkout code
29-
uses: actions/checkout@v3
29+
uses: actions/checkout@v4
3030
with:
3131
submodules: true
3232

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: extractions/setup-just@v3
2727

2828
- name: Checkout code
29-
uses: actions/checkout@v3
29+
uses: actions/checkout@v4
3030
with:
3131
submodules: true
3232

0 commit comments

Comments
 (0)