File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 15
15
runs-on : ubuntu-latest
16
16
environment : pull-request
17
17
steps :
18
- - uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3
18
+ - uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
19
19
with :
20
20
repository : neo-technology/whitelist-check
21
21
token : ${{ secrets.GH_PAT_READ_ONLY }}
Original file line number Diff line number Diff line change 16
16
contents : write
17
17
pull-requests : write
18
18
steps :
19
- - uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3
19
+ - uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
20
20
with :
21
21
# Needed to ensure Github actions are run even when the pull request is rebased.
22
22
# https://github.com/changesets/action/issues/187#issuecomment-1228413850
Original file line number Diff line number Diff line change 12
12
lint :
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3
15
+ - uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
16
16
- uses : ./.github/workflows/setup
17
17
- run : pnpm lint
18
18
25
25
os : [macos-latest, ubuntu-latest, windows-latest]
26
26
27
27
steps :
28
- - uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3
28
+ - uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
29
29
- uses : ./.github/workflows/setup
30
30
31
31
- uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3
You can’t perform that action at this time.
0 commit comments