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 e14bf17 commit be6ab9cCopy full SHA for be6ab9c
.github/workflows/ci.yaml
@@ -70,7 +70,7 @@ jobs:
70
name: Code Lint
71
runs-on: ubuntu-latest
72
steps:
73
- - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
+ - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
74
with:
75
fetch-depth: 0
76
- name: Use Node.js 20
@@ -91,7 +91,7 @@ jobs:
91
92
if: ${{ github.event.pull_request }}
93
94
95
96
97
0 commit comments