File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 24
24
25
25
steps :
26
26
- name : Checkout code
27
- uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
27
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
28
28
29
29
# Initializes the CodeQL tools for scanning.
30
30
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 22
22
go-version : 1.21.x
23
23
24
24
- name : Checkout code
25
- uses : actions/checkout@v3
25
+ uses : actions/checkout@v4
26
26
27
27
- name : Install build dependencies
28
28
run : sudo apt-get update && sudo apt-get install gettext libcurl4-openssl-dev
Original file line number Diff line number Diff line change 19
19
go-version : ${{ matrix.go-version }}
20
20
21
21
- name : Checkout code
22
- uses : actions/checkout@v3
22
+ uses : actions/checkout@v4
23
23
24
24
- name : Configure known hosts
25
25
if : matrix.platform != 'ubuntu-latest'
You can’t perform that action at this time.
0 commit comments