Skip to content

Commit 4813b2d

Browse files
authored
Merge pull request #1521 from pyproj4/dependabot/github_actions/actions/checkout-5
2 parents ff97ab9 + 66b8e0b commit 4813b2d

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/build_docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717

1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v5
2020
with:
2121
persist-credentials: false
2222

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
name: Make sdist
2424
runs-on: ubuntu-latest
2525
steps:
26-
- uses: actions/checkout@v4
26+
- uses: actions/checkout@v5
2727

2828
- name: Setup Conda
2929
uses: mamba-org/setup-micromamba@v2
@@ -92,7 +92,7 @@ jobs:
9292
msvc_arch: ARM64
9393

9494
steps:
95-
- uses: actions/checkout@v4
95+
- uses: actions/checkout@v5
9696

9797
- uses: actions/setup-python@v5
9898

.github/workflows/test_proj_latest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
PROJ_DIR: ${{ github.workspace }}/proj_install
2727
PROJ_DATA: ${{ github.workspace }}/proj_install/share/proj
2828
steps:
29-
- uses: actions/checkout@v4
29+
- uses: actions/checkout@v5
3030
- uses: actions/setup-python@v5
3131
with:
3232
python-version: '3.11'

.github/workflows/tests.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
linting:
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@v5
2424
- uses: actions/setup-python@v5
2525
with:
2626
python-version: '3.11'
@@ -48,7 +48,7 @@ jobs:
4848
- python-version: '3.11'
4949
proj-version: '9.4.1'
5050
steps:
51-
- uses: actions/checkout@v4
51+
- uses: actions/checkout@v5
5252

5353
- name: Update
5454
run: |
@@ -114,7 +114,7 @@ jobs:
114114
# python-implementation: pypy
115115
# proj-version: '*'
116116
steps:
117-
- uses: actions/checkout@v4
117+
- uses: actions/checkout@v5
118118

119119
- name: Setup Conda
120120
uses: mamba-org/setup-micromamba@v2

0 commit comments

Comments
 (0)