diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index ce7446f..d774cef 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -25,7 +25,7 @@ jobs: git config --global core.autocrlf input fi - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: ./ with: diff --git a/action.yaml b/action.yaml index 2d085fe..813b459 100644 --- a/action.yaml +++ b/action.yaml @@ -116,7 +116,7 @@ runs: run: git config --global core.autocrlf input - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 if: ${{ fromJSON(inputs.checkout) }} with: # Work around the fact that in the context of a pull request github.sha @@ -138,7 +138,7 @@ runs: echo "short=${SHA:0:7}" >> $GITHUB_OUTPUT - name: Checkout build variables - uses: actions/checkout@v4 + uses: actions/checkout@v5 if: ${{ fromJSON(inputs.checkout-build-variables) }} with: repository: ${{ inputs.build-variables-repo }}