We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9861fc commit 267cb7dCopy full SHA for 267cb7d
.github/workflows/release.yml
@@ -146,7 +146,7 @@ jobs:
146
if: startsWith(github.ref, 'refs/tags/')
147
steps:
148
- name: Checkout repository
149
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
+ uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
150
- name: Download artifacts
151
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
152
with:
0 commit comments