From 789755d83b6b9ede1377558c2c70b0ca6702375d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 01:18:06 +0000 Subject: [PATCH] Bump actions/checkout from 4.1.0 to 4.1.1 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.0 to 4.1.1. - [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/8ade135a41bc03ea155e62e844d188df1ea18608...b4ffde65f46336ab88eb53be808477a3936bae11) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index b96a53d..7a61cb5 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -28,7 +28,7 @@ jobs: with: version: "latest" # or pin to an specific version, e.g. "v0.6.10" - name: Checkout - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # ratchet:actions/checkout@v4 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # ratchet:actions/checkout@v4 - id: "auth" name: "Authenticate to Google Cloud" if: github.ref == 'refs/heads/main' @@ -101,7 +101,7 @@ jobs: - dev-gcp - prod-gcp steps: - - uses: "actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608" + - uses: "actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11" - uses: nais/deploy/actions/deploy@v1 name: Deploy topic collector env: @@ -120,7 +120,7 @@ jobs: - dev-gcp - prod-gcp steps: - - uses: "actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608" + - uses: "actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11" - uses: nais/deploy/actions/deploy@v1 name: Deploy to ${{ matrix.cluster }} env: @@ -139,7 +139,7 @@ jobs: - dev-fss - prod-fss steps: - - uses: "actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608" + - uses: "actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11" - uses: nais/deploy/actions/deploy@v1 name: Deploy to ${{ matrix.cluster }} env: @@ -153,7 +153,7 @@ jobs: needs: build if: github.ref == 'refs/heads/main' steps: - - uses: "actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608" + - uses: "actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11" - uses: nais/deploy/actions/deploy@v1 name: Deploy topic and persist application to prod-gcp env: