Skip to content

Commit

Permalink
build(deps): bump actions/checkout from 4.1.5 to 4.1.6
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.5 to 4.1.6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.1.5...v4.1.6)

---
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] committed May 17, 2024
1 parent eff373a commit d538376
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- "3.12"
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].5
- uses: actions/[email protected].6

- uses: actions/setup-python@v5
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].5 # v3.3.0
- uses: actions/[email protected].6 # v3.3.0

- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].5
- uses: actions/[email protected].6

- uses: actions/setup-python@v5
with:
Expand All @@ -24,7 +24,7 @@ jobs:
check-readme:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].5
- uses: actions/[email protected].6

- uses: actions/setup-python@v5
# NOTE(ww): Important: use pip-audit's minimum supported Python version
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:
contents: write

steps:
- uses: actions/[email protected].5
- uses: actions/[email protected].6

- uses: actions/setup-python@v5
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scorecards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

steps:
- name: "Checkout code"
uses: actions/[email protected].5 # tag=v3.0.0
uses: actions/[email protected].6 # tag=v3.0.0
with:
persist-credentials: false

Expand Down

0 comments on commit d538376

Please sign in to comment.