We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
v6
1 parent 428ecec commit 81d4d80Copy full SHA for 81d4d80
.github/workflows/checks.yml
@@ -13,7 +13,7 @@ jobs:
13
14
steps:
15
- name: Checkout repo
16
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
+ uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
17
18
- name: Install pnpm
19
uses: pnpm/action-setup@v4
.github/workflows/translations.yml
@@ -11,7 +11,7 @@ jobs:
11
translate:
12
runs-on: ubuntu-latest
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
with:
fetch-depth: 2
token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments