Skip to content

Commit 86a8717

Browse files
Bump actions/checkout from 6 to 7
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9a53873 commit 86a8717

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- 5432:5432
4242
steps:
4343
- name: Checkout repository
44-
uses: actions/checkout@v6
44+
uses: actions/checkout@v7
4545
- uses: actions/setup-python@v6
4646
with:
4747
python-version: 3.9
@@ -111,7 +111,7 @@ jobs:
111111
with:
112112
images: ghcr.io/c2corg/v6_api
113113
- name: Checkout repository
114-
uses: actions/checkout@v6
114+
uses: actions/checkout@v7
115115
- run: git archive --format=tar --output project.tar "$GITHUB_SHA"
116116
- name: Set up Docker Buildx
117117
uses: docker/setup-buildx-action@v4

.github/workflows/codeql-analysis.yml

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

1515
steps:
1616
- name: Checkout repository
17-
uses: actions/checkout@v6
17+
uses: actions/checkout@v7
1818

1919
# Initializes the CodeQL tools for scanning.
2020
- name: Initialize CodeQL

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
contents: write
1313
steps:
1414
- name: Checkout code
15-
uses: actions/checkout@v6
15+
uses: actions/checkout@v7
1616
with:
1717
fetch-depth: 0
1818
- name: Create or update release

0 commit comments

Comments
 (0)