Skip to content

Commit 056edd4

Browse files
chore(deps): bump actions/checkout from 6 to 6.0.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 6.0.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v6.0.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 973c664 commit 056edd4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/update-infrastructure-repo.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
GH_TOKEN: ${{ steps.generate_token.outputs.token }}
7777

7878
- name: Clone the repository
79-
uses: actions/checkout@v6
79+
uses: actions/checkout@v6.0.2
8080
with:
8181
repository: ${{ inputs.source-github-repo }}
8282
ref: main
@@ -134,7 +134,7 @@ jobs:
134134
135135
- name: Checkout engineering-github-actions to access scripts from caller
136136
if: ${{ inputs.preserve-closed-pr-bodies}}
137-
uses: actions/checkout@v6
137+
uses: actions/checkout@v6.0.2
138138
with:
139139
repository: coopnorge/engineering-github-actions
140140
ref: main

0 commit comments

Comments
 (0)