Skip to content

Commit 598d936

Browse files
authored
Merge pull request #72 from minvws/dependabot/github_actions/actions/checkout-7
Bump actions/checkout from 6 to 7
2 parents 6b096fc + ef938ff commit 598d936

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
@@ -23,7 +23,7 @@ jobs:
2323
matrix:
2424
php-versions: [ '8.4', '8.5' ]
2525
steps:
26-
- uses: actions/checkout@v6
26+
- uses: actions/checkout@v7
2727
- uses: actions/cache@v5
2828
with:
2929
path: vendor/
@@ -43,7 +43,7 @@ jobs:
4343
if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v')
4444
runs-on: ubuntu-24.04
4545
steps:
46-
- uses: actions/checkout@v6
46+
- uses: actions/checkout@v7
4747
- uses: actions/cache@v5
4848
with:
4949
path: vendor/

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV &&
1616
echo "PKG_NAME=`basename $GITHUB_REPOSITORY -private`" >> $GITHUB_ENV
1717

18-
- uses: actions/checkout@v6
18+
- uses: actions/checkout@v7
1919

2020
- name: Install PHP
2121
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)