diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index a0920b255..062cc9f3e 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -38,7 +38,7 @@ jobs: name: Build translated docs runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.1 + - uses: actions/checkout@v4.1.2 with: fetch-depth: 5 @@ -97,7 +97,7 @@ jobs: name: Lint translations runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.1 + - uses: actions/checkout@v4.1.2 with: fetch-depth: 5 @@ -147,7 +147,7 @@ jobs: name: Spell check translations runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.1 + - uses: actions/checkout@v4.1.2 with: fetch-depth: 5 @@ -178,7 +178,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out ${{ github.repository }} - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.2 with: fetch-depth: 5 @@ -213,7 +213,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out ${{ github.repository }} - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.2 - name: Set up Python 3 uses: actions/setup-python@v5.0.0 diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 86307d945..38ef95bc6 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -40,7 +40,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out ${{ github.repository }} - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.2 - name: Get branch name on push or schedule if: | @@ -57,7 +57,7 @@ jobs: run: echo "BRANCH=${{ github.event.inputs.BRANCH }}" >> $GITHUB_ENV - name: Check out CPython - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.2 with: repository: python/cpython ref: ${{ env.BRANCH }} @@ -112,7 +112,7 @@ jobs: contents: write steps: - name: Check out ${{ github.repository }} - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.2 - name: Download PO files uses: actions/download-artifact@v4.1.4 @@ -171,13 +171,13 @@ jobs: run: echo "CURRENT_BRANCH=${{ github.event.inputs.BRANCH }}" >> $GITHUB_ENV - name: Check out source branch (${{ env.CURRENT_BRANCH }}) - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.2 with: path: ${{ env.CURRENT_BRANCH }} persist-credentials: false - name: Check out target branch (${{ matrix.branch }}) - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.2 with: ref: ${{ matrix.branch }} path: ${{ matrix.branch }}