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 fb722f8 commit 8aadf97Copy full SHA for 8aadf97
.github/workflows/build-deploy.yaml
@@ -39,7 +39,7 @@ jobs:
39
runs-on: ubuntu-latest
40
steps:
41
- name: Checkout code
42
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
+ uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
43
- name: Setup tooling
44
id: setup-tooling
45
uses: ./.github/actions/setup-tooling
.github/workflows/check.yaml
@@ -24,7 +24,7 @@ jobs:
24
25
26
27
28
29
30
with:
0 commit comments