Skip to content

Commit d58ea52

Browse files
authored
Merge pull request #66 from cbws/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 4 to 6
2 parents c90e811 + 27adad4 commit d58ea52

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
key: cache-v1 # can be any string, change to clear the extension cache.
2323

2424
steps:
25-
- uses: actions/checkout@v4
25+
- uses: actions/checkout@v6
2626

2727
- name: Setup cache environment
2828
id: extcache

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout code
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v6
1515
- id: get-version
1616
run: |
1717
version=${GITHUB_REF:11}

0 commit comments

Comments
 (0)