Skip to content

Commit 5dc7a58

Browse files
Bump actions/checkout from 3.2.0 to 3.3.0 (#406)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.2.0 to 3.3.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3.2.0...v3.3.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c815545 commit 5dc7a58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", pypy-3.9]
1919
os: ["macos-latest", "ubuntu-latest"]
2020
steps:
21-
- uses: actions/checkout@v3.2.0
21+
- uses: actions/checkout@v3.3.0
2222
with:
2323
ref: ${{ github.event.pull_request.head.sha }} # Checkout pull request HEAD commit instead of merge commit
2424

@@ -106,7 +106,7 @@ jobs:
106106
matrix:
107107
python-version: ["3.10"]
108108
steps:
109-
- uses: actions/checkout@v3.2.0
109+
- uses: actions/checkout@v3.3.0
110110
with:
111111
ref: ${{ github.event.pull_request.head.sha }} # Checkout pull request HEAD commit instead of merge commit
112112

0 commit comments

Comments
 (0)