Skip to content

Commit

Permalink
Update check-image.yml (#79)
Browse files Browse the repository at this point in the history
Actions are failing due to EOL Node version. Updating action versions.
  • Loading branch information
chambridge authored May 8, 2024
1 parent 0df8a0a commit 373ea0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install skopeo
run: sudo apt-get install -y skopeo
- name: Check change
Expand All @@ -26,6 +26,6 @@ jobs:
if [ $(git status --porcelain | wc -l) -eq "0" ]; then echo "No new changes"; else make bump-image-tag; fi
git commit -m "chore(image): update and rebuild image" || echo "No new changes"
- name: Create pull request
uses: peter-evans/create-pull-request@v4
uses: peter-evans/create-pull-request@v6
with:
title: 'chore(image): update base image'

0 comments on commit 373ea0b

Please sign in to comment.