Skip to content

Commit 91cbcf6

Browse files
chore(deps): bump actions/checkout in the actions-infrastructure group
Bumps the actions-infrastructure group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 5 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-infrastructure ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9b14a72 commit 91cbcf6

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/ci-cd.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
attestations: write
3333
id-token: write
3434
steps:
35-
- uses: actions/checkout@v5
35+
- uses: actions/checkout@v6
3636
with:
3737
fetch-depth: 0
3838
- uses: hynek/build-and-inspect-python-package@v2
@@ -58,7 +58,7 @@ jobs:
5858

5959
steps:
6060
- name: Fetch repository
61-
uses: actions/checkout@v5
61+
uses: actions/checkout@v6
6262
with:
6363
fetch-depth: 0
6464
- name: Install the latest version of uv
@@ -95,7 +95,7 @@ jobs:
9595
echo "RELEASE_VERSION=v3.7.1" >> $GITHUB_ENV
9696
echo "NO_ET=TRUE" >> $GITHUB_ENV
9797
- name: Setup Singularity
98-
uses: actions/checkout@v5
98+
uses: actions/checkout@v6
9999
with:
100100
repository: hpcng/singularity
101101
ref: 'v3.7.1'
@@ -120,7 +120,7 @@ jobs:
120120
run: |
121121
echo ${{ github.ref }}
122122
singularity --version
123-
- uses: actions/checkout@v5
123+
- uses: actions/checkout@v6
124124
with:
125125
fetch-depth: 0
126126
- name: Install the latest version of uv
@@ -154,7 +154,7 @@ jobs:
154154
steps:
155155
- name: Disable etelemetry
156156
run: echo "NO_ET=TRUE" >> $GITHUB_ENV
157-
- uses: actions/checkout@v5
157+
- uses: actions/checkout@v6
158158
with:
159159
fetch-depth: 0
160160
- name: Pull docker image
@@ -200,7 +200,7 @@ jobs:
200200
# steps:
201201
# - name: Disable etelemetry
202202
# run: echo "NO_ET=TRUE" >> $GITHUB_ENV
203-
# - uses: actions/checkout@v5
203+
# - uses: actions/checkout@v6
204204
# - name: Fetch tags
205205
# run: git fetch --prune --unshallow
206206
# - name: Set up Python ${{ matrix.python-version }}
@@ -303,7 +303,7 @@ jobs:
303303
ps aux | grep xfce4-notifyd
304304
dbus-monitor --session &
305305
sleep 3
306-
- uses: actions/checkout@v5
306+
- uses: actions/checkout@v6
307307
with:
308308
fetch-depth: 0
309309
- name: Install Minconda

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
if: "!contains(github.event.head_commit.message, 'ci skip') && !contains(github.event.head_commit.message, 'skip ci')"
1717
steps:
18-
- uses: actions/checkout@v5
18+
- uses: actions/checkout@v6
1919

2020
- name: Prepare repository
2121
# Fetch full git history and tags

0 commit comments

Comments
 (0)