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 8eee16c commit b1cf032Copy full SHA for b1cf032
.github/workflows/ci.yaml
@@ -22,7 +22,7 @@ jobs:
22
runs-on: ${{ matrix.os }}
23
steps:
24
- name: Checkout the repository
25
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
+ uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
26
- uses: ./.github/actions/set_up_runner
27
with:
28
github_token: ${{ secrets.GITHUB_TOKEN }}
@@ -39,7 +39,7 @@ jobs:
39
40
41
42
43
44
45
0 commit comments