From c757d9b9102d985a56705997c5991ee408957927 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Oct 2023 09:19:47 +0000 Subject: [PATCH] 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] --- .github/workflows/cleanup.yml | 2 +- .github/workflows/code-quality.yml | 2 +- .github/workflows/gt-update.yml | 2 +- .github/workflows/installation.yml | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/cleanup.yml b/.github/workflows/cleanup.yml index 5589ff4..389e613 100644 --- a/.github/workflows/cleanup.yml +++ b/.github/workflows/cleanup.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Cleanup Sources run: ./scripts/cleanup-on-push-to-main.sh - name: Create Pull Request if necessary diff --git a/.github/workflows/code-quality.yml b/.github/workflows/code-quality.yml index f0bbc5d..b3ae1ee 100644 --- a/.github/workflows/code-quality.yml +++ b/.github/workflows/code-quality.yml @@ -6,7 +6,7 @@ jobs: name: Code Quality runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: install shellcheck v0.9.0 run: ./lib/tegonal-scripts/src/ci/install-shellcheck.sh - name: before-pr.sh diff --git a/.github/workflows/gt-update.yml b/.github/workflows/gt-update.yml index d75cb7c..0fe9d30 100644 --- a/.github/workflows/gt-update.yml +++ b/.github/workflows/gt-update.yml @@ -25,7 +25,7 @@ jobs: false || gpg --import - <<< "${{ secrets.PUBLIC_GPG_KEYS_WE_TRUST }}" && success=true \ || (echo "could not import GPG keys via secrets.PUBLIC_GPG_KEYS_WE_TRUST -- maybe it's not defined"; exit 1) && \ false || "${success:-false}" && echo "was able to import GPGs either via vars or secrets (or via both -- see above)" - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install gt run: | set -e diff --git a/.github/workflows/installation.yml b/.github/workflows/installation.yml index 03a3515..c50349a 100644 --- a/.github/workflows/installation.yml +++ b/.github/workflows/installation.yml @@ -16,7 +16,7 @@ jobs: false || gpg --import - <<< "${{ secrets.PUBLIC_GPG_KEYS_WE_TRUST }}" && success=true \ || (echo "could not import GPG keys via secrets.PUBLIC_GPG_KEYS_WE_TRUST -- maybe it's not defined"; exit 1) && \ false || "${success:-false}" && echo "was able to import GPGs either via vars or secrets (or via both -- see above)" - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Check it works run: | tmpDir=$(mktemp -d -t gt-download-install-XXXXXXXXXX) @@ -38,7 +38,7 @@ jobs: false || gpg --import - <<< "${{ secrets.PUBLIC_GPG_KEYS_WE_TRUST }}" && success=true \ || (echo "could not import GPG keys via secrets.PUBLIC_GPG_KEYS_WE_TRUST -- maybe it's not defined"; exit 1) && \ false || "${success:-false}" && echo "was able to import GPGs either via vars or secrets (or via both -- see above)" - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Check it works run: ./install.doc.sh - name: run self-update @@ -58,7 +58,7 @@ jobs: false || gpg --import - <<< "${{ secrets.PUBLIC_GPG_KEYS_WE_TRUST }}" && success=true \ || (echo "could not import GPG keys via secrets.PUBLIC_GPG_KEYS_WE_TRUST -- maybe it's not defined"; exit 1) && \ false || "${success:-false}" && echo "was able to import GPGs either via vars or secrets (or via both -- see above)" - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: install ${{ matrix.tag }} run: | tmpDir=$(mktemp -d -t gt-download-install-XXXXXXXXXX)