We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0fa942 commit 5f680aaCopy full SHA for 5f680aa
.github/workflows/pull-request-master.yml
@@ -21,7 +21,7 @@ jobs:
21
lint_args_packages: ${{ steps.set-matrix-packages.outputs.lint_args_packages }}
22
steps:
23
- name: Checkout code
24
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
+ uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
25
with:
26
fetch-depth: 0
27
- name: Set matrix packages
.github/workflows/push-master.yml
@@ -16,7 +16,7 @@ jobs:
16
17
18
19
20
id: set-matrix-packages
shell: bash
0 commit comments