Skip to content

Commit

Permalink
Bump actions/checkout from 4.1.6 to 4.1.7 (#162)
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.6 to 4.1.7.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@a5ac7e5...692973e)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 13, 2024
1 parent d1e1bba commit 0c71467
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@a5ac7e51b41094c92402da3b24376905380afc29 # ratchet:actions/checkout@v4
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # ratchet:actions/checkout@v4
- id: "auth"
name: "Authenticate to Google Cloud"
if: github.ref == 'refs/heads/main'
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
- cluster: prod-gcp
apiserver_cidr: "172.16.0.2/32"
steps:
- uses: "actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29"
- uses: "actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332"
- uses: nais/deploy/actions/deploy@v2
name: Deploy topic collector
env:
Expand All @@ -135,7 +135,7 @@ jobs:
- cluster: prod-gcp
apiserver_cidr: "172.16.0.2/32"
steps:
- uses: "actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29"
- uses: "actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332"
- uses: nais/deploy/actions/deploy@v2
name: Deploy to ${{ matrix.cluster }}
env:
Expand All @@ -159,7 +159,7 @@ jobs:
- cluster: prod-fss
apiserver_cidr: "172.16.0.2/32"
steps:
- uses: "actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29"
- uses: "actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332"
- uses: nais/deploy/actions/deploy@v2
name: Deploy to ${{ matrix.cluster }}
env:
Expand All @@ -173,7 +173,7 @@ jobs:
needs: build
if: github.ref == 'refs/heads/main'
steps:
- uses: "actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29"
- uses: "actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332"
- uses: nais/deploy/actions/deploy@v2
name: Deploy topic and persist application to prod-gcp
env:
Expand Down

0 comments on commit 0c71467

Please sign in to comment.