Skip to content

Commit 4861d04

Browse files
authored
[ci] Update GitHub Action checkout to version 6 (#1434)
Fixes deprecation warning for Node20.js log: Fixes deprecation warning for Node20.js
1 parent fb91075 commit 4861d04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/bzlmod-archive.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
permissions:
1313
contents: write
1414
steps:
15-
- uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v4.1.1
15+
- uses: actions/checkout@v6
1616
- run: git archive $GITHUB_REF -o "yaml-cpp-${GITHUB_REF:10}.tar.gz"
1717
- run: gh release upload ${GITHUB_REF:10} "yaml-cpp-${GITHUB_REF:10}.tar.gz"
1818
env:

0 commit comments

Comments
 (0)