Skip to content

Commit 44ba9d0

Browse files
authored
Merge pull request #38 from qgis/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents a20bfc8 + 747734c commit 44ba9d0

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