Skip to content

Commit a9a8fe3

Browse files
Bump actions/checkout from 4.2.2 to 5.0.0 (#67)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 5.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@11bd719...08c6903) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.0 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 6e86e86 commit a9a8fe3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/php.code_quality.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Fetch latest changes
15-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
15+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
1616
- name: Prepare/restore dependencies cache
1717
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
1818
with:
@@ -41,7 +41,7 @@ jobs:
4141
with:
4242
php-version: ${{ env.PHP_VERSION }}
4343
- name: Fetch lastest changes
44-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
44+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
4545
- name: Restore dependencies cache
4646
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
4747
with:

.github/workflows/security.gh-action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Fetch lastest changes
13-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
13+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
1414
- name: Ensure SHA pinned actions
1515
uses: zgosalvez/github-actions-ensure-sha-pinned-actions@9e9574ef04ea69da568d6249bd69539ccc704e74

0 commit comments

Comments
 (0)