Skip to content
Snippets Groups Projects
Commit 28472dc7 authored by Jakob Fritz's avatar Jakob Fritz
Browse files

Uses newer checkout-action to use new node-version (20)

Version 16 is deprecated
parent fefe88be
No related branches found
No related tags found
No related merge requests found
Pipeline #174694 canceled
...@@ -77,7 +77,7 @@ jobs: ...@@ -77,7 +77,7 @@ jobs:
echo "USED_SHA=${{ github.event.pull_request.head.sha }}" >> "$GITHUB_ENV" echo "USED_SHA=${{ github.event.pull_request.head.sha }}" >> "$GITHUB_ENV"
fi fi
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v4
with: with:
ref: "${{ env.USED_SHA }}" ref: "${{ env.USED_SHA }}"
persist-credentials: false persist-credentials: false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment