Skip to content

Commit 4175d9e

Browse files
authored
Merge pull request #14 from sass/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 6822a19 + f7eb242 commit 4175d9e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
permissions:
1414
contents: write
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v5
1717
- run: git tag $VERSION
1818
- run: git push origin :$VERSION
1919
- run: git push --tag

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ runs:
7575
INPUT_PATH: ${{ inputs.path }}
7676
REPO: ${{ inputs.repo }}
7777

78-
- uses: actions/checkout@v4
78+
- uses: actions/checkout@v5
7979
if: steps.find-ref.outputs.skip == 'false'
8080
with:
8181
repository: ${{ inputs.repo }}

0 commit comments

Comments
 (0)