Skip to content

Commit b23d543

Browse files
authored
Merge pull request #41 from qgis/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 6b61d2a + 2fef21f commit b23d543

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
@@ -12,7 +12,7 @@ jobs:
1212
docker-builder-run-on-tag:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v5
15+
- uses: actions/checkout@v6
1616

1717
- name: Set up Docker Buildx
1818
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@v5
18+
- uses: actions/checkout@v6
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@v5
37+
- uses: actions/checkout@v6
3838

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

0 commit comments

Comments
 (0)