diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index 866f0f9b..11472859 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@b4ffde65f46336ab88eb53be808477a3936bae11 # tag: v4.1.1 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # tag: v4.1.2 - 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 45671327..6828e092 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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 - 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 14392ecf..77b0f9a1 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@b4ffde65f46336ab88eb53be808477a3936bae11 # tag: v4.1.1 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # tag: v4.1.2 - 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 58266099..67cb008d 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@b4ffde65f46336ab88eb53be808477a3936bae11 # tag: v4.1.1 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # tag: v4.1.2 - 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 26024c5f..3319fd2e 100644 --- a/.github/workflows/update-docs-branch.yml +++ b/.github/workflows/update-docs-branch.yml @@ -13,7 +13,7 @@ jobs: contents: write pull-requests: write steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # tag: v4.1.1 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # tag: v4.1.2 - name: 'Switch branches' # We switch to the version branch or create a new one if needed run: git fetch origin && git checkout -t origin/v${{ github.event.client_payload.branch}} || git checkout -b v${{ github.event.client_payload.branch}} diff --git a/.github/workflows/update-docs.yml b/.github/workflows/update-docs.yml index df729035..b859ef33 100644 --- a/.github/workflows/update-docs.yml +++ b/.github/workflows/update-docs.yml @@ -13,7 +13,7 @@ jobs: contents: write pull-requests: write steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # tag: v4.1.1 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # tag: v4.1.2 - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # tag: v4.0.2 with: node-version: 20 diff --git a/.github/workflows/update-i18n-deploy.yml b/.github/workflows/update-i18n-deploy.yml index 6b0b2519..ae175f05 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@b4ffde65f46336ab88eb53be808477a3936bae11 # tag: v4.1.1 + - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # tag: v4.1.2 - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # tag: v4.0.2 with: