From 9dad2f99fc6355434ba6976e6fde1266b8e7612f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Apr 2023 04:56:45 +0000 Subject: [PATCH] Bump actions/checkout from 3.5.0 to 3.5.2 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.0 to 3.5.2. - [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.5.0...v3.5.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/linters.yml | 6 +++--- .github/workflows/testing-regular-issues.yml | 6 +++--- .github/workflows/testing-special-issues.yml | 6 +++--- .github/workflows/update-latest-issue.yml | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index 04f268d..30c3fd6 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest name: Lint Powershell Code Base steps: - - uses: actions/checkout@v3.5.0 + - uses: actions/checkout@v3.5.2 - name: Super-Linter uses: docker://github/super-linter:v4 env: @@ -29,7 +29,7 @@ jobs: runs-on: ubuntu-latest name: Lint Bash Base steps: - - uses: actions/checkout@v3.5.0 + - uses: actions/checkout@v3.5.2 - name: Super-Linter uses: docker://github/super-linter:v4 env: @@ -40,7 +40,7 @@ jobs: # runs-on: ubuntu-latest # name: Lint Docker Base # steps: -# - uses: actions/checkout@v3.5.0 +# - uses: actions/checkout@v3.5.2 # - name: Super-Linter # uses: docker://github/super-linter:v4 # env: diff --git a/.github/workflows/testing-regular-issues.yml b/.github/workflows/testing-regular-issues.yml index 78e4d0a..cfb8cb1 100644 --- a/.github/workflows/testing-regular-issues.yml +++ b/.github/workflows/testing-regular-issues.yml @@ -15,7 +15,7 @@ jobs: regular-powershell: runs-on: windows-latest steps: - - uses: actions/checkout@v3.5.0 + - uses: actions/checkout@v3.5.2 - uses: pCYSl5EDgo/cat@master id: read_recent with: @@ -59,7 +59,7 @@ jobs: regular-bash-linux: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.5.0 + - uses: actions/checkout@v3.5.2 - uses: pCYSl5EDgo/cat@master id: read_recent with: @@ -97,7 +97,7 @@ jobs: regular-bash-macos: runs-on: macos-latest steps: - - uses: actions/checkout@v3.5.0 + - uses: actions/checkout@v3.5.2 - uses: pCYSl5EDgo/cat@master id: read_recent with: diff --git a/.github/workflows/testing-special-issues.yml b/.github/workflows/testing-special-issues.yml index 212a077..209103b 100644 --- a/.github/workflows/testing-special-issues.yml +++ b/.github/workflows/testing-special-issues.yml @@ -15,7 +15,7 @@ jobs: special-powershell: runs-on: windows-latest steps: - - uses: actions/checkout@v3.5.0 + - uses: actions/checkout@v3.5.2 - name: Download Special Issues windows id: specialIssues shell: pwsh @@ -35,7 +35,7 @@ jobs: special-bash-linux: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.5.0 + - uses: actions/checkout@v3.5.2 - name: Download Special Issues linux id: specialIssues run: bash ./linux_mac/magpi-special-issue-downloader.sh @@ -54,7 +54,7 @@ jobs: special-bash-macos: runs-on: macos-latest steps: - - uses: actions/checkout@v3.5.0 + - uses: actions/checkout@v3.5.2 - name: Download Special Issues Mac id: specialIssues run: bash ./linux_mac/magpi-special-issue-downloader.sh diff --git a/.github/workflows/update-latest-issue.yml b/.github/workflows/update-latest-issue.yml index d67e381..8fa9fe9 100644 --- a/.github/workflows/update-latest-issue.yml +++ b/.github/workflows/update-latest-issue.yml @@ -8,7 +8,7 @@ jobs: update-latest-issues: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.5.0 + - uses: actions/checkout@v3.5.2 - name: update issues id: updateIssues run: bash ./sources-for-download/script-for-using-latest-version.sh