Skip to content

Commit a8f2215

Browse files
authored
Merge pull request #55 from WyriHaximus/renovate/actions-checkout-4.x
chore(deps): update actions/checkout action to v4
2 parents 4eab5af + 111d7d3 commit a8f2215

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- macos-latest
5353
runs-on: ${{ matrix.os }}
5454
steps:
55-
- uses: actions/checkout@v3
55+
- uses: actions/checkout@v4
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@v3
51+
- uses: actions/checkout@v4
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@v3
16+
- uses: actions/checkout@v4
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)