Skip to content

Commit c4865fb

Browse files
Bump actions/checkout from 4.3.1 to 6.0.2 (#2565)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 838b709 commit c4865fb

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/additional.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
env:
1616
COLUMNS: 120
1717
steps:
18-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
18+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1919
with:
2020
persist-credentials: false
2121
- uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7
@@ -35,7 +35,7 @@ jobs:
3535
contents: read
3636

3737
steps:
38-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
38+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3939
with:
4040
persist-credentials: false
4141
- uses: prefix-dev/setup-pixi@fef5c9568ca6c4ff7707bf840ab0692ba3f08293 # v0.9.0

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
github.repository == 'Parcels-code/Parcels'
2727
&& (github.event_name == 'push' || github.event_name == 'pull_request')
2828
steps:
29-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
29+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3030
with:
3131
fetch-depth: 2
3232
persist-credentials: false
@@ -49,7 +49,7 @@ jobs:
4949
cache-key: ${{ steps.pixi-lock.outputs.cache-key }}
5050
pixi-version: ${{ steps.pixi-lock.outputs.pixi-version }}
5151
steps:
52-
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
52+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5353
with:
5454
persist-credentials: false
5555
- uses: Parcels-code/pixi-lock/create-and-cache@38495788b79a5ff26009aecc15daa9a8310b8832 # v0.1.0
@@ -80,7 +80,7 @@ jobs:
8080
- os: ubuntu
8181
pixi-environment: "test-minimum"
8282
steps:
83-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
83+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
8484
with:
8585
persist-credentials: false
8686
- name: Restore cached pixi lockfile
@@ -145,7 +145,7 @@ jobs:
145145
- os: ubuntu
146146
python-version: "3.11"
147147
steps:
148-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
148+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
149149
with:
150150
persist-credentials: false
151151
- name: Restore cached pixi lockfile
@@ -194,7 +194,7 @@ jobs:
194194
contents: read
195195
steps:
196196
- name: Checkout
197-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
197+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
198198
with:
199199
persist-credentials: false
200200
- name: Restore cached pixi lockfile
@@ -217,7 +217,7 @@ jobs:
217217
id-token: write
218218
runs-on: ubuntu-latest
219219
steps:
220-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
220+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
221221
with:
222222
fetch-depth: 0
223223
persist-credentials: false

.github/workflows/pypi-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
permissions:
1818
contents: read
1919
steps:
20-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
20+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2121
with:
2222
fetch-depth: 0
2323
persist-credentials: false

0 commit comments

Comments
 (0)