Skip to content

Commit fabc891

Browse files
Bump actions/checkout from 4.1.1 to 4.1.7
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.1...v4.1.7) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent eb605cc commit fabc891

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
matrix:
1010
php-versions: ['7.4']
1111
steps:
12-
- uses: actions/[email protected].1
12+
- uses: actions/[email protected].7
1313
- name: Setup PHP
1414
uses: shivammathur/setup-php@v2
1515
with:
@@ -22,7 +22,7 @@ jobs:
2222
matrix:
2323
php-versions: ['7.4']
2424
steps:
25-
- uses: actions/[email protected].1
25+
- uses: actions/[email protected].7
2626
- name: Setup PHP
2727
uses: shivammathur/setup-php@v2
2828
with:
@@ -35,7 +35,7 @@ jobs:
3535
matrix:
3636
php-versions: ['7.4']
3737
steps:
38-
- uses: actions/[email protected].1
38+
- uses: actions/[email protected].7
3939
- name: Setup PHP
4040
uses: shivammathur/setup-php@v2
4141
with:
@@ -45,7 +45,7 @@ jobs:
4545
standardjs:
4646
runs-on: ubuntu-20.04
4747
steps:
48-
- uses: actions/[email protected].1
48+
- uses: actions/[email protected].7
4949
- uses: actions/setup-node@v4
5050
with:
5151
node-version: '14'

0 commit comments

Comments
 (0)