Skip to content

Commit 7b5f16d

Browse files
Update actions/checkout action to v4 (#13305)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c2a0f47 commit 7b5f16d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sdkman.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
contents: read
1313
steps:
1414
- name: Checkout repository
15-
uses: actions/checkout@v3
15+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
1616
with:
1717
token: ${{ secrets.GH_TOKEN }}
1818
ref: v${{ github.event.inputs.version }}

0 commit comments

Comments
 (0)