Skip to content

Commit d770396

Browse files
authored
Merge pull request #61 from bitnami/dependabot/github_actions/actions/checkout-5.0.0
Bump actions/checkout from 4.2.2 to 5.0.0
2 parents a372d30 + 9782503 commit d770396

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@11bd71901bbe5b1630ceea73d27597364c9af683
28+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
2929
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5
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@11bd71901bbe5b1630ceea73d27597364c9af683
64+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
6565
- uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0
6666
with:
6767
path: ./artifacts

0 commit comments

Comments
 (0)