We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f635dc6 commit c314648Copy full SHA for c314648
1 file changed
.github/workflows/publish.yml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ubuntu-latest
8
steps:
9
- name: 'Check out the repo'
10
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
+ uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
11
- name: 'Install Node.js'
12
uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3.7.0
13
with:
0 commit comments