Skip to content

Commit 1e49bed

Browse files
authored
Update check-image.yml (#150)
Update GH Action version due to Node 16 EOL
1 parent dd4d69e commit 1e49bed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check-image.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout repository
13-
uses: actions/checkout@v3
13+
uses: actions/checkout@v4
1414
- name: Install skopeo
1515
run: sudo apt-get install -y skopeo
1616
- name: Check change
@@ -26,6 +26,6 @@ jobs:
2626
git add .baseimagedigest
2727
git commit -m "chore(image): update and rebuild image" || echo "No new changes"
2828
- name: Create pull request
29-
uses: peter-evans/create-pull-request@v4
29+
uses: peter-evans/create-pull-request@v6
3030
with:
3131
title: 'chore(image): update base image'

0 commit comments

Comments
 (0)