Skip to content

Commit 5acddb3

Browse files
authored
Merge pull request #73 from bitnami/dependabot/github_actions/actions/checkout-6.0.0
Bump actions/checkout from 5.0.1 to 6.0.0
2 parents b93143d + 26ca857 commit 5acddb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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@93cb6efe18208431cddfb8368fd83d5badbf9bfd
28+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
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/wait-for-port' && startsWith(github.ref, 'refs/tags/')
6262
runs-on: ubuntu-latest
6363
steps:
64-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
64+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
6565
- uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53
6666
with:
6767
path: ./artifacts

0 commit comments

Comments
 (0)