Skip to content

Commit 0bceda6

Browse files
Bump actions/checkout from 2 to 3 (#168)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0c5ee65 commit 0bceda6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
if: startsWith(github.ref, 'refs/tags')
77
steps:
8-
- uses: actions/checkout@master
8+
- uses: actions/checkout@v3
99
- uses: actions/setup-python@v4
1010
with:
1111
python-version: "3.7"

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
# astor: "0.8.0"
2727
# experimental: true
2828
steps:
29-
- uses: actions/checkout@v2
29+
- uses: actions/checkout@v3
3030
- uses: actions/setup-python@v4
3131
with:
3232
python-version: ${{ matrix.python-version }}
@@ -49,7 +49,7 @@ jobs:
4949
node:
5050
- "12"
5151
steps:
52-
- uses: actions/checkout@v2
52+
- uses: actions/checkout@v3
5353
- uses: actions/setup-node@v3
5454
with:
5555
node-version: ${{ matrix.node }}

0 commit comments

Comments
 (0)