We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 417637a commit a2c7dd4Copy full SHA for a2c7dd4
.github/workflows/build-and-deploy.yml
@@ -16,7 +16,7 @@ jobs:
16
concurrency:
17
group: ${{ github.workflow }}-${{ github.ref }}
18
steps:
19
- - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
+ - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
20
with:
21
fetch-depth: 0
22
.github/workflows/pre-commit.yml
@@ -10,7 +10,7 @@ jobs:
10
pre-commit:
11
runs-on: ubuntu-latest
12
13
14
15
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
0 commit comments