Skip to content

Commit 447b6ee

Browse files
[☠️] Update actions/checkout action to v5
1 parent 5578228 commit 447b6ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

etc/workflow-skeleton/generate-{{ path }}.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
outputs:
1111
version: {{ "${{ steps.supported-versions-matrix.outputs.lowest }}" }}
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1414
- id: supported-versions-matrix
1515
uses: WyriHaximus/github-action-composer-php-versions-in-range@v1
1616
with:
@@ -23,7 +23,7 @@ jobs:
2323
container:
2424
image: wyrihaximusnet/php:{{ "${{ needs.supported-versions-matrix.outputs.version }}" }}-nts-alpine-slim-dev-root
2525
steps:
26-
- uses: actions/checkout@v4
26+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2727
- uses: ramsey/composer-install@v2
2828
- uses: ramsey/composer-install@v2
2929
with:

0 commit comments

Comments
 (0)