From 9d73e1bfc295aab9487021a727c91bd4e47b6f8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 06:39:23 +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/check.yml | 2 +- .github/workflows/codeql.yml | 2 +- .github/workflows/fix-dryrun.yml | 2 +- .github/workflows/fix.yml | 2 +- .github/workflows/periodic-update.yml | 2 +- .github/workflows/upload-s3.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index ef400763cb0c5..5b8a91af0b4e8 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -19,7 +19,7 @@ jobs: go-version: 1.18 - name: Check out code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Run check run: make check diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 925d6a1e521f1..d18f5ba88f0a9 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -40,7 +40,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/fix-dryrun.yml b/.github/workflows/fix-dryrun.yml index a42ef0fbfb59a..a7df09b840221 100644 --- a/.github/workflows/fix-dryrun.yml +++ b/.github/workflows/fix-dryrun.yml @@ -13,7 +13,7 @@ jobs: go-version: 1.18 - name: Check out code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Run fix run: make fix diff --git a/.github/workflows/fix.yml b/.github/workflows/fix.yml index 8dec678a52ed3..fc50f9e6a9b87 100644 --- a/.github/workflows/fix.yml +++ b/.github/workflows/fix.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout (trustwallet repo, secret token) - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: # Use trust-ci fine-grained PAT to checkout and later commit the code # Do not use for forked repos diff --git a/.github/workflows/periodic-update.yml b/.github/workflows/periodic-update.yml index 5265f72555a32..5dc6bc8687717 100644 --- a/.github/workflows/periodic-update.yml +++ b/.github/workflows/periodic-update.yml @@ -8,7 +8,7 @@ jobs: periodic-auto-update: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: token: ${{ secrets.CI_GITHUB_TOKEN }} ref: ${{ github.head_ref }} diff --git a/.github/workflows/upload-s3.yml b/.github/workflows/upload-s3.yml index b12301e96aed9..4850fe184b71e 100644 --- a/.github/workflows/upload-s3.yml +++ b/.github/workflows/upload-s3.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Confiugre AWS credentials uses: aws-actions/configure-aws-credentials@v2