Skip to content

Commit 5a64595

Browse files
authored
Merge pull request #68 from qgis/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 881ecad + 387ada5 commit 5a64595

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-push-images-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
docker-builder-run-on-tag:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v5
1515

1616
- name: Set up Docker Buildx
1717
uses: docker/setup-buildx-action@v3

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
python-version:
1616
- '3.13'
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v5
1919

2020
- name: Set up Python ${{ matrix.python-version }}
2121
uses: actions/setup-python@v6
@@ -34,7 +34,7 @@ jobs:
3434
needs:
3535
- lint
3636
steps:
37-
- uses: actions/checkout@v4
37+
- uses: actions/checkout@v5
3838

3939
- name: Run docker compose services
4040
working-directory: deployment

0 commit comments

Comments
 (0)