Skip to content

Commit 8291f60

Browse files
Bump actions/checkout from 5 to 6 (#609)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4770282 commit 8291f60

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/docker-gdal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
# add-apt-repository -y ppa:deadsnakes/ppa
4545
# apt-get update && apt-get install -y python3.9-dev
4646

47-
- uses: actions/checkout@v5
47+
- uses: actions/checkout@v6
4848

4949
- name: Install uv
5050
uses: astral-sh/setup-uv@v7

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@v5
15+
- uses: actions/checkout@v6
1616
- uses: actions/setup-python@v6
1717
with:
1818
python-version: "3.11"

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
steps:
2929
- name: Checkout source
30-
uses: actions/checkout@v5
30+
uses: actions/checkout@v6
3131
with:
3232
fetch-depth: 0
3333

@@ -120,7 +120,7 @@ jobs:
120120

121121
steps:
122122
- name: Checkout
123-
uses: actions/checkout@v5
123+
uses: actions/checkout@v6
124124
with:
125125
fetch-depth: 0
126126

@@ -182,7 +182,7 @@ jobs:
182182

183183
steps:
184184
- name: Checkout
185-
uses: actions/checkout@v5
185+
uses: actions/checkout@v6
186186
with:
187187
fetch-depth: 0
188188

@@ -276,7 +276,7 @@ jobs:
276276

277277
steps:
278278
- name: Checkout
279-
uses: actions/checkout@v5
279+
uses: actions/checkout@v6
280280

281281
- name: Set up Python
282282
uses: actions/setup-python@v6

.github/workflows/tests-conda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
steps:
4545
- name: Checkout repo
46-
uses: actions/checkout@v5
46+
uses: actions/checkout@v6
4747

4848
- name: Install Conda environment with Micromamba
4949
uses: mamba-org/setup-micromamba@v2

0 commit comments

Comments
 (0)