Skip to content

Commit

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

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

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 Feb 9, 2024
1 parent 2df0b84 commit 46c4e18
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit-updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: ⤵️ Checkout code
uses: actions/checkout@v4.0.0
uses: actions/checkout@v4.1.1
- name: 🐍 Setup Python ${{ env.DEFAULT_PYTHON }}
uses: actions/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
version: ${{ steps.vars.outputs.tag }}
steps:
- name: ⤵️ Checkout code
uses: actions/checkout@v4.0.0
uses: actions/checkout@v4.1.1
- name: 🏷 Get repository tag
id: vars
run: echo "tag=${GITHUB_REF#refs/*/}" >> $GITHUB_OUTPUT
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
python-version: ["3.11", "3.12"]
steps:
- name: ⤵️ Checkout code
uses: actions/checkout@v4.0.0
uses: actions/checkout@v4.1.1
- name: 🐍 Setup Python ${{ matrix.python-version }}
uses: actions/[email protected]
with:
Expand All @@ -41,7 +41,7 @@ jobs:
needs: pytest
steps:
- name: ⤵️ Checkout code
uses: actions/checkout@v4.0.0
uses: actions/checkout@v4.1.1
- name: ⬇️ Download coverage
uses: actions/[email protected]
- name: 🐍 Setup Python ${{ env.DEFAULT_PYTHON }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/typing-linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: ⤵️ Checkout code
uses: actions/checkout@v4.0.0
uses: actions/checkout@v4.1.1
- name: 🐍 Setup Python ${{ env.DEFAULT_PYTHON }}
uses: actions/[email protected]
with:
Expand Down

0 comments on commit 46c4e18

Please sign in to comment.