Skip to content

Commit 884570f

Browse files
Bump actions/checkout from 6 to 6.0.3 (django#2677)
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 6.0.3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v6.0.3) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a5446a5 commit 884570f

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- name: Checkout repository
20-
uses: actions/checkout@v6
20+
uses: actions/checkout@v6.0.3
2121

2222
- name: Log in to the Container registry
2323
uses: docker/login-action@v4

.github/workflows/docker-test-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
# steps taken (and trimmed) from docker-publish.yml
2424
steps:
2525
- name: Checkout repository
26-
uses: actions/checkout@v6
26+
uses: actions/checkout@v6.0.3
2727

2828
- if: matrix.req_file != 'tests.txt'
2929
name: Test docker image build (${{ matrix.req_file }})

.github/workflows/prek.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ jobs:
99
prek:
1010
runs-on: ubuntu-24.04
1111
steps:
12-
- uses: actions/checkout@v6
12+
- uses: actions/checkout@v6.0.3
1313
- uses: j178/prek-action@v1.1.1

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- 5432:5432
2929

3030
steps:
31-
- uses: actions/checkout@v6
31+
- uses: actions/checkout@v6.0.3
3232
- name: Set up Python
3333
uses: actions/setup-python@v6
3434
with:

0 commit comments

Comments
 (0)