Skip to content

Commit 35bb59a

Browse files
authored
Merge pull request #82 from WyriHaximus/renovate/actions-checkout-5.x
Update actions/checkout action to v5
2 parents 9fee782 + eb96bd3 commit 35bb59a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/craft-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- generate-changelog
3030
runs-on: ubuntu-latest
3131
steps:
32-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
32+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
3333
env:
3434
CHANGELOG: ${{ needs.generate-changelog.outputs.changelog }}
3535
- run: |

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
if: github.event.pull_request.milestone == null
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
17+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1818
- name: 'Get Previous tag'
1919
id: previoustag
2020
uses: "WyriHaximus/github-action-get-previous-tag@master"

0 commit comments

Comments
 (0)