diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index b49487ef1..1c113927c 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -36,7 +36,7 @@ jobs: name: Build translated docs runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.0 + - uses: actions/checkout@v4.1.1 with: fetch-depth: 5 @@ -95,7 +95,7 @@ jobs: name: Lint translations runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.0 + - uses: actions/checkout@v4.1.1 with: fetch-depth: 5 @@ -145,7 +145,7 @@ jobs: name: Spell check translations runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.0 + - uses: actions/checkout@v4.1.1 with: fetch-depth: 5 @@ -176,7 +176,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out ${{ github.repository }} - uses: actions/checkout@v4.1.0 + uses: actions/checkout@v4.1.1 with: fetch-depth: 5 diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 0ca8e04de..60c5abff8 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.0 + uses: actions/checkout@v4.1.1 - 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.0 + uses: actions/checkout@v4.1.1 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.0 + uses: actions/checkout@v4.1.1 - name: Download PO files uses: actions/download-artifact@v3.0.2 @@ -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.0 + uses: actions/checkout@v4.1.1 with: path: ${{ env.CURRENT_BRANCH }} persist-credentials: false - name: Check out target branch (${{ matrix.branch }}) - uses: actions/checkout@v4.1.0 + uses: actions/checkout@v4.1.1 with: ref: ${{ matrix.branch }} path: ${{ matrix.branch }}