Skip to content

Commit 7131514

Browse files
chore(deps): bump actions/checkout from 2 to 3
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] <[email protected]>
1 parent 05bb118 commit 7131514

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/spotube-nightly.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162
build_macos:
163163
runs-on: macos-11
164164
steps:
165-
- uses: actions/checkout@v2
165+
- uses: actions/checkout@v3
166166
- uses: subosito/[email protected]
167167
with:
168168
cache: true

.github/workflows/spotube-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
publish_macos:
8080
runs-on: macos-11
8181
steps:
82-
- uses: actions/checkout@v2
82+
- uses: actions/checkout@v3
8383
- uses: subosito/[email protected]
8484
with:
8585
cache: true

0 commit comments

Comments
 (0)