Skip to content

Commit f4e1b70

Browse files
authored
Merge pull request #245 from permafrost-dev/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents f795081 + 4103327 commit f4e1b70

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/format-code.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
steps:
1111
- name: Checkout code
12-
uses: actions/checkout@v3
12+
uses: actions/checkout@v4
1313
with:
1414
ref: ${{ github.head_ref }}
1515

.github/workflows/run-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
steps:
2929
- name: Checkout repository
30-
uses: actions/checkout@v3
30+
uses: actions/checkout@v4
3131
with:
3232
fetch-depth: 1
3333

0 commit comments

Comments
 (0)