Skip to content

Commit f5d4659

Browse files
Bump actions/checkout from 5.0.0 to 6.0.0 (#329)
1 parent dc986ed commit f5d4659

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
python_latest: ${{ steps.set-latest.outputs.python_latest}}
2929
steps:
3030
- name: Checkout the repository
31-
uses: actions/checkout@v5.0.0
31+
uses: actions/checkout@v6.0.0
3232
with:
3333
fetch-depth: 0
3434

.github/workflows/release-drafter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Release Drafter
1212
steps:
1313
- name: Checkout the repository
14-
uses: actions/checkout@v5.0.0
14+
uses: actions/checkout@v6.0.0
1515
with:
1616
fetch-depth: 0
1717

.github/workflows/reuseable-builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
os: ubuntu-24.04-arm
5252
steps:
5353
- name: Checkout the repository
54-
uses: actions/checkout@v5.0.0
54+
uses: actions/checkout@v6.0.0
5555

5656
- name: Login to GitHub Container Registry
5757
if: github.event_name == 'release'

0 commit comments

Comments
 (0)