Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
git config --global core.autocrlf input
fi

- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
fetch-depth: 0

Expand Down
4 changes: 2 additions & 2 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ runs:
run: git config --global core.autocrlf input

- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
if: ${{ fromJSON(inputs.checkout) }}
with:
# Work around the fact that in the context of a pull request github.sha
Expand All @@ -115,7 +115,7 @@ runs:
echo "short=${SHA:0:7}" >> $GITHUB_OUTPUT

- name: Checkout build variables
uses: actions/checkout@v5
uses: actions/checkout@v6
if: ${{ fromJSON(inputs.checkout-build-variables) }}
with:
repository: secondlife/build-variables
Expand Down