Skip to content

Commit 0510315

Browse files
build(deps): bump actions/checkout from 5 to 6 in the all-actions group (#2420)
Bumps the all-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 5 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 97438c8 commit 0510315

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/create-release-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
#----------------------------------------------
3939
# Check out repo
4040
#----------------------------------------------
41-
- uses: actions/checkout@v5
41+
- uses: actions/checkout@v6
4242
#----------------------------------------------
4343
# Setup python
4444
#----------------------------------------------

.github/workflows/create-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run:
2222
working-directory: .
2323
steps:
24-
- uses: actions/checkout@v5
24+
- uses: actions/checkout@v6
2525
with:
2626
fetch-depth: 0
2727
# ----------------------------------------------

.github/workflows/pr-integration-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
# Check out repo
2020
#----------------------------------------------
2121
- name: Check out repository
22-
uses: actions/checkout@v5
22+
uses: actions/checkout@v6
2323
#----------------------------------------------
2424
# Get docker compose
2525
#----------------------------------------------

.github/workflows/pr-linting-and-unit-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
# Check out repo
2121
#----------------------------------------------
2222
- name: Check out repository
23-
uses: actions/checkout@v5
23+
uses: actions/checkout@v6
2424
#----------------------------------------------
2525
# Install python and poetry with cache
2626
#----------------------------------------------

.github/workflows/publish-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
if: github.repository == 'openwallet-foundation/acapy-plugins'
1616
steps:
17-
- uses: actions/checkout@v5
17+
- uses: actions/checkout@v6
1818
with:
1919
fetch-depth: 0 # fetch all commits/branches
2020
- uses: actions/setup-python@v6

.github/workflows/publish.yml

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

3737
steps:
3838
- name: Checkout ACA-Py Plugins repository
39-
uses: actions/checkout@v5
39+
uses: actions/checkout@v6
4040

4141
- name: Set up Python
4242
uses: actions/setup-python@v6

0 commit comments

Comments
 (0)