Skip to content

Commit 83d2bb2

Browse files
Bump actions/checkout from 5.0.0 to 6.0.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.0 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@v5.0.0...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 33d8784 commit 83d2bb2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
if: github.ref != 'refs/heads/main'
1212
steps:
1313
- name: Checkout main
14-
uses: actions/checkout@v5.0.0
14+
uses: actions/checkout@v6.0.2
1515
- name: Build only
1616
uses: shalzz/zola-deploy-action@v0.21.0
1717
env:

0 commit comments

Comments
 (0)