diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index affec7eef..6f27cff0f 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.6 + - uses: actions/checkout@v4.1.7 with: fetch-depth: 5 @@ -99,7 +99,7 @@ jobs: name: Lint translations runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.6 + - uses: actions/checkout@v4.1.7 with: fetch-depth: 5 @@ -152,7 +152,7 @@ jobs: name: Spell check translations runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.6 + - uses: actions/checkout@v4.1.7 with: fetch-depth: 5 @@ -186,7 +186,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out ${{ github.repository }} - uses: actions/checkout@v4.1.6 + uses: actions/checkout@v4.1.7 with: fetch-depth: 5 @@ -221,7 +221,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out ${{ github.repository }} - uses: actions/checkout@v4.1.6 + uses: actions/checkout@v4.1.7 - name: Set up Python 3 uses: actions/setup-python@v5.1.0 diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 16616a082..ad22a3d2c 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -35,7 +35,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out ${{ github.repository }} - uses: actions/checkout@v4.1.6 + uses: actions/checkout@v4.1.7 - name: Get branch name on push or schedule if: | @@ -52,7 +52,7 @@ jobs: run: echo "BRANCH=${{ github.event.inputs.BRANCH }}" >> $GITHUB_ENV - name: Check out CPython - uses: actions/checkout@v4.1.6 + uses: actions/checkout@v4.1.7 with: repository: python/cpython ref: ${{ env.BRANCH }} @@ -107,7 +107,7 @@ jobs: contents: write steps: - name: Check out ${{ github.repository }} - uses: actions/checkout@v4.1.6 + uses: actions/checkout@v4.1.7 - name: Download PO files uses: actions/download-artifact@v4.1.7 @@ -166,13 +166,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.6 + uses: actions/checkout@v4.1.7 with: path: ${{ env.CURRENT_BRANCH }} persist-credentials: false - name: Check out target branch (${{ matrix.branch }}) - uses: actions/checkout@v4.1.6 + uses: actions/checkout@v4.1.7 with: ref: ${{ matrix.branch }} path: ${{ matrix.branch }}