Skip to content

Commit a6936c2

Browse files
build(deps): bump actions/checkout from 3 to 4 (#89)
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 751138c commit a6936c2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
# windows is tested on azure for now
2727
os: [ubuntu-20.04, windows-2019, macos-11]
2828
steps:
29-
- uses: actions/checkout@v3
29+
- uses: actions/checkout@v4
3030

3131
- name: Install SWIG
3232
if: runner.os == 'Windows'
@@ -74,7 +74,7 @@ jobs:
7474
name: Build the source distribution
7575
runs-on: ubuntu-latest
7676
steps:
77-
- uses: actions/checkout@v3
77+
- uses: actions/checkout@v4
7878

7979
- uses: actions/setup-python@v4
8080
with:
@@ -115,7 +115,7 @@ jobs:
115115
# alternatively, to publish when a GitHub Release is created, use the following rule:
116116
# if: github.event_name == 'release' && github.event.action == 'published'
117117
steps:
118-
- uses: actions/checkout@v3
118+
- uses: actions/checkout@v4
119119

120120
- name: Set up Python
121121
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)