Skip to content

Commit 4bd9d8d

Browse files
Merge pull request #57 from mundialis/renovate/actions-checkout-5.x
chore(deps): update actions/checkout action to v5
2 parents b4e500b + 9c08c26 commit 4bd9d8d

6 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
# your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages
3434
steps:
3535
- name: Checkout repository
36-
uses: actions/checkout@v4
36+
uses: actions/checkout@v5
3737

3838
# Initializes the CodeQL tools for scanning.
3939
- name: Initialize CodeQL

.github/workflows/grass-manual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: build-grass-manual
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v4
11+
- uses: actions/checkout@v5
1212
- name: Creation of GRASS GIS addon manual
1313
run: |
1414
ADDON_NAME=$(echo ${GITHUB_REPOSITORY} | cut -d "/" -f 2)

.github/workflows/grass-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v5
1818
- name: Set up Docker Buildx
1919
uses: docker/setup-buildx-action@v3
2020
- name: add Dockerfile and test skript

.github/workflows/lint-workflows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
lint:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v5
1313
- uses: cschleiden/actions-linter@v1
1414
with:
1515
workflows: '[".github/workflows/*.yaml"]'

.github/workflows/linting.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
if: ${{ inputs.flake8-version != '' }}
8787
runs-on: ubuntu-latest
8888
steps:
89-
- uses: actions/checkout@v4
89+
- uses: actions/checkout@v5
9090
- name: Install apt dependencies
9191
run: |
9292
sudo apt-get install -y -qq python3 python3-pip
@@ -103,7 +103,7 @@ jobs:
103103
if: ${{ inputs.pylint-version != '' }}
104104
runs-on: ubuntu-latest
105105
steps:
106-
- uses: actions/checkout@v4
106+
- uses: actions/checkout@v5
107107
- name: Install apt dependencies
108108
run: |
109109
sudo apt-get install -y -qq python3 python3-pip
@@ -133,7 +133,7 @@ jobs:
133133
if: ${{ inputs.black-version != '' }}
134134
runs-on: ubuntu-latest
135135
steps:
136-
- uses: actions/checkout@v4
136+
- uses: actions/checkout@v5
137137
- name: Install apt dependencies
138138
run: |
139139
sudo apt-get install -y -qq python3 python3-pip
@@ -156,7 +156,7 @@ jobs:
156156
if: ${{ inputs.ruff-version != '' }}
157157
runs-on: ubuntu-latest
158158
steps:
159-
- uses: actions/checkout@v4
159+
- uses: actions/checkout@v5
160160
- name: Install apt dependencies
161161
run: |
162162
sudo apt-get install -y -qq python3 python3-pip
@@ -200,7 +200,7 @@ jobs:
200200
# To report GitHub Actions status checks
201201
statuses: write
202202
steps:
203-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
203+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
204204
with:
205205
# super-linter needs the full git history to get the
206206
# list of files that changed across commits

.github/workflows/python-publish.yml

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
- name: Install dependencies
2121
run: |
2222
# noninteractive is necessary to install libgdal-dev

0 commit comments

Comments
 (0)