Skip to content

Commit a44b0dc

Browse files
Build(deps): Bump actions/checkout from 4 to 6 (#578)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 523dd53 commit a44b0dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test_and_publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
steps:
8888

8989
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
90-
- uses: actions/checkout@v4
90+
- uses: actions/checkout@v6
9191

9292
# Setup Python
9393
- name: Set up Python ${{ matrix.python-version }}
@@ -190,7 +190,7 @@ jobs:
190190

191191
steps:
192192

193-
- uses: actions/checkout@v4
193+
- uses: actions/checkout@v6
194194

195195
- name: Set up Python 3.10
196196
uses: actions/setup-python@v6

0 commit comments

Comments
 (0)