Upgrade actions checkout to v6

This commit is contained in:
Aliaksei Semianiuk
2025-11-22 23:02:35 +05:00
parent 45168a79cd
commit dffbe0808d
5 changed files with 12 additions and 12 deletions
+2 -2
View File
@@ -25,13 +25,13 @@ jobs:
steps:
# Setup
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
# Unsetting this would make so that any malicious package could get our Github Token
persist-credentials: false
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
ref: ${{ env.TARGET_BRANCH }}
path: 'out'