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 117a87d commit 3f02885Copy full SHA for 3f02885
.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@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
+ - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
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@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
0 commit comments