Skip to content

Commit d3281bc

Browse files
deps: bump actions/checkout
Bumps the actions-dependencies group with 1 update in the / directory: [actions/checkout](https://github.com/actions/checkout). Updates `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 dependency-group: actions-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f207eea commit d3281bc

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Check out repository
18-
uses: actions/checkout@v6
18+
uses: actions/checkout@v7
1919

2020
- name: Get Python version from Dockerfile
2121
id: get-version
@@ -51,7 +51,7 @@ jobs:
5151
timeout-minutes: 30
5252
steps:
5353
- name: Check out repository
54-
uses: actions/checkout@v6
54+
uses: actions/checkout@v7
5555

5656
- name: Execute smoke test
5757
run: make smoke

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- name: Check out repository at triggering commit
25-
uses: actions/checkout@v6
25+
uses: actions/checkout@v7
2626
with:
2727
ref: ${{ github.event.workflow_run.head_sha }}
2828

0 commit comments

Comments
 (0)