We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb91075 commit 4861d04Copy full SHA for 4861d04
1 file changed
.github/workflows/bzlmod-archive.yml
@@ -12,7 +12,7 @@ jobs:
12
permissions:
13
contents: write
14
steps:
15
- - uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v4.1.1
+ - uses: actions/checkout@v6
16
- run: git archive $GITHUB_REF -o "yaml-cpp-${GITHUB_REF:10}.tar.gz"
17
- run: gh release upload ${GITHUB_REF:10} "yaml-cpp-${GITHUB_REF:10}.tar.gz"
18
env:
0 commit comments