Commit 372b172 1 parent 042134c commit 372b172 Copy full SHA for 372b172
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 10
10
name : ${{matrix.os}}
11
11
runs-on : ${{matrix.os}}-latest
12
12
steps :
13
- - uses : actions/checkout@v1
14
- - uses : actions/checkout@v1
13
+ - uses : actions/checkout@v4
14
+ - uses : actions/checkout@v4
15
15
with :
16
16
repository : KhronosGroup/Vulkan-Headers
17
17
ref : main
Original file line number Diff line number Diff line change 10
10
if : github.repository == 'zeux/volk'
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v3
13
+ - uses : actions/checkout@v4
14
14
with :
15
15
ssh-key : ${{ secrets.SSH_PRIVATE_KEY }}
16
16
- name : update
19
19
echo "VOLK_VERSION=`cat version.txt`" >> $GITHUB_ENV
20
20
rm version.txt
21
21
- name : create pr
22
- uses : peter-evans/create-pull-request@v4
22
+ uses : peter-evans/create-pull-request@v6
23
23
with :
24
24
branch : update/${{env.VOLK_VERSION}}
25
25
delete-branch : true
You can’t perform that action at this time.
0 commit comments