Skip to content

Commit 6c0201a

Browse files
Bump actions/checkout from 6.0.0 to 6.0.1 (#66)
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.0 to 6.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@1af3b93...8e8c483) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 57e1920 commit 6c0201a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
# Steps represent a sequence of tasks that will be executed as part of the job
2626
steps:
2727
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
28-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
28+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
2929
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c
3030
with:
3131
go-version: '^1.25' # The Go version to download (if necessary) and use.
@@ -61,7 +61,7 @@ jobs:
6161
if: github.repository == 'bitnami/render-template' && startsWith(github.ref, 'refs/tags/')
6262
runs-on: ubuntu-latest
6363
steps:
64-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
64+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
6565
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
6666
with:
6767
path: ./artifacts

0 commit comments

Comments
 (0)