Skip to content

Commit

Permalink
gha: bump actions/checkout from 4.1.1 to 4.1.2 (#179)
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.1.1...v4.1.2)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 26, 2024
1 parent 607dcde commit 9b030e6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
name: Build translated docs
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
fetch-depth: 5

Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
name: Lint translations
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
fetch-depth: 5

Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
name: Spell check translations
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
fetch-depth: 5

Expand Down Expand Up @@ -181,7 +181,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out ${{ github.repository }}
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
fetch-depth: 5

Expand Down Expand Up @@ -216,7 +216,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out ${{ github.repository }}
uses: actions/[email protected].1
uses: actions/[email protected].2

- name: Set up Python 3
uses: actions/[email protected]
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out ${{ github.repository }}
uses: actions/[email protected].1
uses: actions/[email protected].2

- name: Get branch name on push or schedule
if: |
Expand All @@ -57,7 +57,7 @@ jobs:
run: echo "BRANCH=${{ github.event.inputs.BRANCH }}" >> $GITHUB_ENV

- name: Check out CPython
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
repository: python/cpython
ref: ${{ env.BRANCH }}
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
contents: write
steps:
- name: Check out ${{ github.repository }}
uses: actions/[email protected].1
uses: actions/[email protected].2

- name: Download PO files
uses: actions/[email protected]
Expand Down Expand Up @@ -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/[email protected].1
uses: actions/[email protected].2
with:
path: ${{ env.CURRENT_BRANCH }}
persist-credentials: false

- name: Check out target branch (${{ matrix.branch }})
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
ref: ${{ matrix.branch }}
path: ${{ matrix.branch }}
Expand Down

0 comments on commit 9b030e6

Please sign in to comment.