Skip to content

Commit 57d680f

Browse files
Bump actions/checkout from 4 to 5 (#424)
... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 05cf9d6 commit 57d680f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/test_and_deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@v5
2121
with:
2222
fetch-depth: 0
2323
fetch-tags: true
@@ -78,7 +78,7 @@ jobs:
7878
runs-on: ubuntu-latest
7979
steps:
8080
- name: Checkout
81-
uses: actions/checkout@v4
81+
uses: actions/checkout@v5
8282
with:
8383
fetch-depth: 0
8484
fetch-tags: true
@@ -156,7 +156,7 @@ jobs:
156156
if: startsWith(github.ref, 'refs/tags/v')
157157
steps:
158158
- name: Checkout
159-
uses: actions/checkout@v4
159+
uses: actions/checkout@v5
160160
with:
161161
fetch-depth: 0
162162
fetch-tags: true

.github/workflows/update-lockfiles.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v5
1818

1919
- name: Setup pixi
2020
uses: prefix-dev/[email protected]

0 commit comments

Comments
 (0)