Skip to content

Commit e568c9e

Browse files
chore(deps): update actions/checkout action to v5
1 parent a8f2215 commit e568c9e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
- macos-latest
1717
runs-on: ${{ matrix.os }}
1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2020
with:
2121
fetch-depth: 0 # Required due to the way Git works, without it this action won't be able to find any or the correct tags
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2323
with:
2424
repository: WyriHaximus/php-fake-php-version
2525
ref: master
@@ -52,7 +52,7 @@ jobs:
5252
- macos-latest
5353
runs-on: ${{ matrix.os }}
5454
steps:
55-
- uses: actions/checkout@v4
55+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
5656
with:
5757
fetch-depth: 0 # Required due to the way Git works, without it this action won't be able to find any or the correct tags
5858
- name: 'Get Previous tag'

.github/workflows/craft-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- generate-changelog
4949
runs-on: ubuntu-latest
5050
steps:
51-
- uses: actions/checkout@v4
51+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
5252
with:
5353
fetch-depth: 0 # Required due to the way Git works, without it this action won't be able to find any or the correct tags
5454
- name: Create release/${{ env.MILESTONE }} branch

.github/workflows/set-milestone-on-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
set-milestone:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1717
with:
1818
fetch-depth: 0 # Required due to the way Git works, without it this action won't be able to find any or the correct tags
1919
if: github.event.pull_request.milestone == null

0 commit comments

Comments
 (0)