Commit 0358d18 1 parent 1d96c84 commit 0358d18 Copy full SHA for 0358d18
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 18
18
pre-commit :
19
19
runs-on : ubuntu-latest
20
20
steps :
21
- - uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
21
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
22
22
- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
23
23
with :
24
24
python-version : 3.x
28
28
needs : pre-commit
29
29
runs-on : ubuntu-latest
30
30
steps :
31
- - uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
31
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
32
32
- name : Test problem matcher
33
33
id : expect-failure
34
34
uses : ./
Original file line number Diff line number Diff line change 13
13
create-release :
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
16
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
17
17
- uses : softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v0.1.15
18
18
env :
19
19
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments