Skip to content

Commit

Permalink
Bump actions/checkout from 4.1.0 to 4.1.1
Browse files Browse the repository at this point in the history
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](actions/checkout@8ade135...b4ffde6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 18, 2023
1 parent da8cdcb commit 789755d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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:
Expand All @@ -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:
Expand All @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 789755d

Please sign in to comment.