Skip to content

Commit 4361531

Browse files
fix: bump actions/checkout from 3.5.2 to 6.0.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.2 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@v3.5.2...v6.0.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0537a4c commit 4361531

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/schedule-update-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@v3.5.2
15+
- uses: actions/checkout@v6.0.2
1616
with:
1717
# [Required] Access token with `workflow` scope.
1818
token: ${{ secrets.PAT }}

.github/workflows/template-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
sync:
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@v3.5.2 # important!
8+
- uses: actions/checkout@v6.0.2 # important!
99
- uses: euphoricsystems/action-sync-template-repository@v2.5.1
1010
with:
1111
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)