diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index fd0fcaf64..0a941a1a9 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -31,7 +31,7 @@ jobs: if: ${{ inputs.branch == 'main' }} run: echo ${{ inputs.branch }} # This should be set up from earlier - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # tag: v4.1.6 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag: v4.1.7 - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # tag: v4.0.2 with: node-version: 20 diff --git a/.github/workflows/check-blog-links.yml b/.github/workflows/check-blog-links.yml index daa5bafa2..ebc984350 100644 --- a/.github/workflows/check-blog-links.yml +++ b/.github/workflows/check-blog-links.yml @@ -14,7 +14,7 @@ jobs: contents: read runs-on: ubuntu-latest steps: - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Setup Node.js uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 with: diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index b1116fe94..e20bda29a 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -13,7 +13,7 @@ jobs: name: Test runs-on: ubuntu-latest steps: - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # tag: v4.1.6 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag: v4.1.7 - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # tag: v4.0.2 with: diff --git a/.github/workflows/push-main.yml b/.github/workflows/push-main.yml index dfc51e94a..070ee9f5b 100644 --- a/.github/workflows/push-main.yml +++ b/.github/workflows/push-main.yml @@ -16,7 +16,7 @@ jobs: name: Upload to Crowdin runs-on: ubuntu-latest steps: - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # tag: v4.1.6 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag: v4.1.7 - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # tag: v4.0.2 with: node-version: 20 diff --git a/.github/workflows/update-docs-branch.yml b/.github/workflows/update-docs-branch.yml index a7a98dbcf..e312c3f53 100644 --- a/.github/workflows/update-docs-branch.yml +++ b/.github/workflows/update-docs-branch.yml @@ -26,7 +26,7 @@ jobs: id: generate-token with: creds: ${{ secrets.DOCS_UPDATER_GH_APP_CREDS }} - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # tag: v4.1.6 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag: v4.1.7 with: token: ${{ steps.generate-token.outputs.token }} - name: Switch branches diff --git a/.github/workflows/update-docs.yml b/.github/workflows/update-docs.yml index 6e2fba0d4..87721411f 100644 --- a/.github/workflows/update-docs.yml +++ b/.github/workflows/update-docs.yml @@ -26,7 +26,7 @@ jobs: id: generate-token with: creds: ${{ secrets.DOCS_UPDATER_GH_APP_CREDS }} - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # tag: v4.1.6 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag: v4.1.7 with: token: ${{ steps.generate-token.outputs.token }} - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # tag: v4.0.2 diff --git a/.github/workflows/update-i18n-deploy.yml b/.github/workflows/update-i18n-deploy.yml index 3cb059cef..a7dc7b9ea 100644 --- a/.github/workflows/update-i18n-deploy.yml +++ b/.github/workflows/update-i18n-deploy.yml @@ -12,7 +12,7 @@ jobs: name: 'Build and deploy localized site' runs-on: ubuntu-latest steps: - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # tag: v4.1.6 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag: v4.1.7 - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # tag: v4.0.2 with: