Skip to content

Commit 6ffbb52

Browse files
Merge pull request #39 from secondlife/dependabot/github_actions/actions/checkout-5
2 parents 7c078df + 263fb17 commit 6ffbb52

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
with:
3030
fetch-depth: 0
3131

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)