Skip to content

Commit e4d4495

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish-addon.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
check:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v4
1414
- name: Set up Python 3.11
1515
uses: actions/setup-python@v4
1616
with:
@@ -30,7 +30,7 @@ jobs:
3030
needs: check
3131
if: github.ref_type == 'tag'
3232
steps:
33-
- uses: actions/checkout@v3
33+
- uses: actions/checkout@v4
3434
- name: Set up Python 3.11
3535
uses: actions/setup-python@v4
3636
with:
@@ -52,7 +52,7 @@ jobs:
5252
needs: check
5353
if: github.ref_type == 'tag'
5454
steps:
55-
- uses: actions/checkout@v3
55+
- uses: actions/checkout@v4
5656
- name: Set up Python 3.11
5757
uses: actions/setup-python@v4
5858
with:

0 commit comments

Comments
 (0)