Skip to content

Commit 64951ba

Browse files
authored
Merge pull request #82 from qgis/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents dc9a56a + 33cd54c commit 64951ba

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@v5
14+
- uses: actions/checkout@v6
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@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)