Skip to content

Commit 429961d

Browse files
Bump actions/checkout from 2 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d5ed1fb commit 429961d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sync-from-template.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
steps:
4646
# Clone the template repository
4747
- name: Check out template repository
48-
uses: actions/checkout@v2
48+
uses: actions/checkout@v4
4949
with:
5050
repository: ${{ env.REPO_TEMPLATE }}
5151
token: ${{ github.token }}
@@ -59,7 +59,7 @@ jobs:
5959

6060
# Clone the target repository. Check out a branch
6161
- name: Check out ${{ github.repository }}
62-
uses: actions/checkout@v2
62+
uses: actions/checkout@v4
6363
with:
6464
repository: ${{ github.repository }}
6565
token: ${{ github.token }}

0 commit comments

Comments
 (0)