File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 22
22
build :
23
23
runs-on : ubuntu-latest
24
24
steps :
25
- - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
25
+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
26
26
- uses : micnncim/action-label-syncer@3abd5ab72fda571e69fffd97bd4e0033dd5f495c # v1
27
27
env :
28
28
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 58
58
}
59
59
60
60
- name : Checkout code
61
- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
61
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
62
62
with :
63
63
ref : ${{ github.event.pull_request.head.sha }}
64
64
repository : ${{ github.event.pull_request.head.repo.full_name }}
You can’t perform that action at this time.
0 commit comments