Skip to content

Commit 02ddae0

Browse files
Bump actions/checkout from 5 to 6 (#56)
Bumps [actions/checkout](https://github.com/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 ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ee26ae3 commit 02ddae0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
permissions:
1212
contents: write
1313
steps:
14-
- uses: actions/checkout@v5
14+
- uses: actions/checkout@v6
1515
- uses: actions/[email protected]
1616
with:
1717
source-tag: ${{ github.ref_name }}

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
case: complex
6969
verify-attestation: true
7070
steps:
71-
- uses: actions/checkout@v5
71+
- uses: actions/checkout@v6
7272
with:
7373
path: local-action
7474

@@ -100,7 +100,7 @@ jobs:
100100
outputs:
101101
runs-on: ubuntu-latest
102102
steps:
103-
- uses: actions/checkout@v5
103+
- uses: actions/checkout@v6
104104
with:
105105
path: local-action
106106

@@ -147,7 +147,7 @@ jobs:
147147
- missing-php
148148
- missing-require
149149
steps:
150-
- uses: actions/checkout@v5
150+
- uses: actions/checkout@v6
151151
with:
152152
path: local-action
153153

@@ -177,7 +177,7 @@ jobs:
177177
- php.net
178178
- offline
179179
steps:
180-
- uses: actions/checkout@v5
180+
- uses: actions/checkout@v6
181181
with:
182182
path: local-action
183183

0 commit comments

Comments
 (0)