From 532a76399ff0b75b1e789925dd804cbf2efc738f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 21:40:54 +0000 Subject: [PATCH] Bump actions/checkout from 3.5.3 to 4.0.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.3 to 4.0.0. - [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.3...v4.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/clojure.yml | 2 +- .github/workflows/format.yml | 2 +- .github/workflows/lint.yml | 4 ++-- .github/workflows/scanner.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/clojure.yml b/.github/workflows/clojure.yml index 0a62395..5699f68 100644 --- a/.github/workflows/clojure.yml +++ b/.github/workflows/clojure.yml @@ -9,7 +9,7 @@ jobs: steps: - name: Checkout Repository - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v4.0.0 - name: Cache maven dependencies uses: actions/cache@v3 diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 5dc7dfe..0bb0bc5 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -9,7 +9,7 @@ jobs: steps: - name: git checkout - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v4.0.0 with: ref: ${{ github.head_ref }} token: ${{ secrets.WALL_BREW_BOT_PAT }} diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index a279676..5963d06 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repository - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v4.0.0 with: ref: ${{ github.head_ref }} @@ -24,7 +24,7 @@ jobs: steps: - name: Checkout Repository - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v4.0.0 with: ref: ${{ github.head_ref }} diff --git a/.github/workflows/scanner.yml b/.github/workflows/scanner.yml index 7cfcda1..15a2f1e 100644 --- a/.github/workflows/scanner.yml +++ b/.github/workflows/scanner.yml @@ -21,7 +21,7 @@ jobs: security-events: write steps: - name: Checkout code - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v4.0.0 - name: Scan code uses: clj-holmes/clj-holmes-action@53daa4da4ff495cccf791e4ba4222a8317ddae9e