Skip to content

Commit 372b172

Browse files
committed
Bump checkout and create-pull-request action versions
This is to avoid node.js deprecation warnings
1 parent 042134c commit 372b172

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ jobs:
1010
name: ${{matrix.os}}
1111
runs-on: ${{matrix.os}}-latest
1212
steps:
13-
- uses: actions/checkout@v1
14-
- uses: actions/checkout@v1
13+
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v4
1515
with:
1616
repository: KhronosGroup/Vulkan-Headers
1717
ref: main

.github/workflows/update.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
if: github.repository == 'zeux/volk'
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v4
1414
with:
1515
ssh-key: ${{ secrets.SSH_PRIVATE_KEY }}
1616
- name: update
@@ -19,7 +19,7 @@ jobs:
1919
echo "VOLK_VERSION=`cat version.txt`" >> $GITHUB_ENV
2020
rm version.txt
2121
- name: create pr
22-
uses: peter-evans/create-pull-request@v4
22+
uses: peter-evans/create-pull-request@v6
2323
with:
2424
branch: update/${{env.VOLK_VERSION}}
2525
delete-branch: true

0 commit comments

Comments
 (0)