Skip to content

Commit

Permalink
Bump actions/checkout from 4.1.1 to 4.1.5
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.5.
- [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.5)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 13, 2024
1 parent 4805b22 commit 67185b2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
pre-commit-key: ${{ steps.generate-pre-commit-key.outputs.key }}
steps:
- name: Check out code from GitHub
uses: actions/[email protected].1
uses: actions/[email protected].5
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
id: python
uses: actions/[email protected]
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
needs: prepare-base
steps:
- name: Check out code from GitHub
uses: actions/[email protected].1
uses: actions/[email protected].5
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
id: python
uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
url: https://pypi.org/project/pylint/
steps:
- name: Check out code from Github
uses: actions/[email protected].1
uses: actions/[email protected].5
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
id: python
uses: actions/[email protected]
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
python-key: ${{ steps.generate-python-key.outputs.key }}
steps:
- name: Check out code from GitHub
uses: actions/[email protected].1
uses: actions/[email protected].5
- name: Set up Python ${{ matrix.python-version }}
id: python
uses: actions/[email protected]
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
needs: tests-linux
steps:
- name: Check out code from GitHub
uses: actions/[email protected].1
uses: actions/[email protected].5
- name: Set up Python 3.11
id: python
uses: actions/[email protected]
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
python-version: ["3.11"]
steps:
- name: Check out code from GitHub
uses: actions/[email protected].1
uses: actions/[email protected].5
- name: Set up Python ${{ matrix.python-version }}
id: python
uses: actions/[email protected]
Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:
# Workaround to set correct temp directory on Windows
# https://github.com/actions/virtual-environments/issues/712
- name: Check out code from GitHub
uses: actions/[email protected].1
uses: actions/[email protected].5
- name: Set up Python ${{ matrix.python-version }}
id: python
uses: actions/[email protected]
Expand Down Expand Up @@ -223,7 +223,7 @@ jobs:
python-version: [3.8]
steps:
- name: Check out code from GitHub
uses: actions/[email protected].1
uses: actions/[email protected].5
- name: Set up Python ${{ matrix.python-version }}
id: python
uses: actions/[email protected]
Expand Down Expand Up @@ -267,7 +267,7 @@ jobs:
python-version: ["pypy-3.8", "pypy-3.9"]
steps:
- name: Check out code from GitHub
uses: actions/[email protected].1
uses: actions/[email protected].5
- name: Set up Python ${{ matrix.python-version }}
id: python
uses: actions/[email protected]
Expand Down

0 comments on commit 67185b2

Please sign in to comment.