Skip to content

Commit d6717fd

Browse files
build(deps): bump actions/checkout from 6.0.3 to 7.0.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.3 to 7.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6.0.3...v7.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e90ef66 commit d6717fd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v6.0.3
10+
- uses: actions/checkout@v7.0.0
1111
- uses: actions/setup-python@v6
1212
with:
1313
python-version: '3.11'
@@ -74,7 +74,7 @@ jobs:
7474
runs-on: ubuntu-latest
7575
steps:
7676
# Build the images and start the containers.
77-
- uses: actions/checkout@v6.0.3
77+
- uses: actions/checkout@v7.0.0
7878
- name: Create .env file
7979
run: |
8080
echo "DJANGO_ENV=production" >> .env
@@ -108,7 +108,7 @@ jobs:
108108
# - run: docker compose -f docker-compose.test.yaml logs app
109109

110110
# Test the images.
111-
- uses: actions/checkout@v6.0.3
111+
- uses: actions/checkout@v7.0.0
112112
with:
113113
repository: open-contracting/spoonbill-test
114114
path: test

0 commit comments

Comments
 (0)