You've already forked library-registry
mirror of
https://github.com/arduino/library-registry.git
synced 2025-07-07 14:41:10 +03:00
Bump actions/checkout from 3 to 4
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>
This commit is contained in:
2
.github/workflows/check-license.yml
vendored
2
.github/workflows/check-license.yml
vendored
@ -34,7 +34,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install Ruby
|
- name: Install Ruby
|
||||||
uses: ruby/setup-ruby@v1
|
uses: ruby/setup-ruby@v1
|
||||||
|
4
.github/workflows/check-markdown.yml
vendored
4
.github/workflows/check-markdown.yml
vendored
@ -34,7 +34,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Initialize markdownlint-cli problem matcher
|
- name: Initialize markdownlint-cli problem matcher
|
||||||
uses: xt0rted/markdownlint-problem-matcher@v2
|
uses: xt0rted/markdownlint-problem-matcher@v2
|
||||||
@ -50,7 +50,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Determine whether only modified files should be checked
|
- name: Determine whether only modified files should be checked
|
||||||
id: check-modified
|
id: check-modified
|
||||||
|
@ -212,7 +212,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install Prettier
|
- name: Install Prettier
|
||||||
run: sudo npm install --global prettier
|
run: sudo npm install --global prettier
|
||||||
|
2
.github/workflows/check-toc.yml
vendored
2
.github/workflows/check-toc.yml
vendored
@ -33,7 +33,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install markdown-toc
|
- name: Install markdown-toc
|
||||||
run: sudo npm install --global markdown-toc
|
run: sudo npm install --global markdown-toc
|
||||||
|
2
.github/workflows/check-workflows.yml
vendored
2
.github/workflows/check-workflows.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Download JSON schema for GitHub Actions workflows
|
- name: Download JSON schema for GitHub Actions workflows
|
||||||
id: download-schema
|
id: download-schema
|
||||||
|
2
.github/workflows/check-yaml.yml
vendored
2
.github/workflows/check-yaml.yml
vendored
@ -67,7 +67,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Check YAML
|
- name: Check YAML
|
||||||
continue-on-error: ${{ matrix.configuration.continue-on-error }}
|
continue-on-error: ${{ matrix.configuration.continue-on-error }}
|
||||||
|
4
.github/workflows/manage-prs.yml
vendored
4
.github/workflows/manage-prs.yml
vendored
@ -134,7 +134,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout local repository
|
- name: Checkout local repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Download submission parser
|
- name: Download submission parser
|
||||||
id: download-parser
|
id: download-parser
|
||||||
@ -474,7 +474,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Checkout index source branch
|
- name: Checkout index source branch
|
||||||
if: steps.merge.outcome == 'success'
|
if: steps.merge.outcome == 'success'
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
ref: production
|
ref: production
|
||||||
|
|
||||||
|
2
.github/workflows/spell-check.yml
vendored
2
.github/workflows/spell-check.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Spell check
|
- name: Spell check
|
||||||
uses: codespell-project/actions-codespell@master
|
uses: codespell-project/actions-codespell@master
|
||||||
|
4
.github/workflows/sync-labels.yml
vendored
4
.github/workflows/sync-labels.yml
vendored
@ -27,7 +27,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Download JSON schema for labels configuration file
|
- name: Download JSON schema for labels configuration file
|
||||||
id: download-schema
|
id: download-schema
|
||||||
@ -105,7 +105,7 @@ jobs:
|
|||||||
echo "::set-output name=flag::--dry-run"
|
echo "::set-output name=flag::--dry-run"
|
||||||
|
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Download configuration files artifact
|
- name: Download configuration files artifact
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v3
|
||||||
|
Reference in New Issue
Block a user