Skip to content

Commit 5210124

Browse files
Bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 702128b commit 5210124

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
git config --global core.autocrlf input
2626
fi
2727
28-
- uses: actions/checkout@v4
28+
- uses: actions/checkout@v5
2929

3030
- uses: ./
3131
with:

action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ runs:
9595
run: git config --global core.autocrlf input
9696

9797
- name: Checkout
98-
uses: actions/checkout@v4
98+
uses: actions/checkout@v5
9999
if: ${{ fromJSON(inputs.checkout) }}
100100
with:
101101
# Work around the fact that in the context of a pull request github.sha
@@ -115,7 +115,7 @@ runs:
115115
echo "short=${SHA:0:7}" >> $GITHUB_OUTPUT
116116
117117
- name: Checkout build variables
118-
uses: actions/checkout@v4
118+
uses: actions/checkout@v5
119119
if: ${{ fromJSON(inputs.checkout-build-variables) }}
120120
with:
121121
repository: secondlife/build-variables

0 commit comments

Comments
 (0)