Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/vm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-05-25 10:47:58 +0300
committerGitHub <noreply@github.com>2022-05-25 10:47:58 +0300
commit2579a24d9f542f7ecfab2de419e8d679b3c6d647 (patch)
treef48b416bebda675bc541cf3ebc091bd6fad3601e
parent6a043ca0f9d7507658d62e55b90739dd8841ad9b (diff)
Bump actions/checkout from 2 to 3 (#2343)
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](https://github.com/actions/checkout/compare/v2...v3) --- 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>
-rw-r--r--.github/workflows/check-code-with-shellcheck.yml2
-rw-r--r--.github/workflows/reviewdog.yml4
2 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/check-code-with-shellcheck.yml b/.github/workflows/check-code-with-shellcheck.yml
index 9b7968dd..5f4ecf74 100644
--- a/.github/workflows/check-code-with-shellcheck.yml
+++ b/.github/workflows/check-code-with-shellcheck.yml
@@ -10,7 +10,7 @@ jobs:
name: Github Actions
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- name: Run Shellcheck
uses: ludeeus/action-shellcheck@master
with:
diff --git a/.github/workflows/reviewdog.yml b/.github/workflows/reviewdog.yml
index d940db12..bf04e1f8 100644
--- a/.github/workflows/reviewdog.yml
+++ b/.github/workflows/reviewdog.yml
@@ -11,7 +11,7 @@ jobs:
name: Shellcheck testing
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v3
- name: shellcheck
uses: reviewdog/action-shellcheck@v1
with:
@@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: spelling or typos
- uses: actions/checkout@v1
+ uses: actions/checkout@v3
- name: misspell
uses: reviewdog/action-misspell@v1
with: