зеркало из https://github.com/electron/apps.git
chore(deps): bump actions/checkout from 3 to 4 (#2114)
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](https://github.com/actions/checkout/compare/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>
This commit is contained in:
Родитель
ea5ee32bb8
Коммит
8d60d0cc3a
|
@ -15,7 +15,7 @@ jobs:
|
|||
name: Update data and release
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- name: Update data and release
|
||||
run: npm run release
|
||||
env:
|
||||
|
|
|
@ -16,7 +16,7 @@ jobs:
|
|||
contents: read # to fetch code (actions/checkout)
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: '12.x'
|
||||
|
|
Загрузка…
Ссылка в новой задаче