Skip to content

Commit

Permalink
Merge pull request #26 from secondlife/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/checkout-4
  • Loading branch information
dependabot[bot] authored Oct 24, 2023
2 parents 362b4f8 + 6eba288 commit 6622090
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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@v3
- uses: actions/checkout@v4

- uses: ./
with:
Expand Down
4 changes: 2 additions & 2 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ runs:
fi
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
if: inputs.checkout
with:
# Work around the fact that in the context of a pull request github.sha
Expand All @@ -112,7 +112,7 @@ runs:
echo "short=${SHA:0:7}" >> $GITHUB_OUTPUT
- name: Checkout build variables
uses: actions/checkout@v3
uses: actions/checkout@v4
if: ${{ fromJSON(inputs.checkout-build-variables) }}
with:
repository: secondlife/build-variables
Expand Down

0 comments on commit 6622090

Please sign in to comment.