Skip to content

Commit

Permalink
update checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
aptalca authored May 29, 2024
1 parent e2e2afd commit 7437458
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/baseupdate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out repo
uses: actions/checkout@v3.1.0
uses: actions/checkout@v4.1.6

- name: Check for updates and trigger
run: |
Expand Down Expand Up @@ -50,4 +50,4 @@ jobs:
git push || :
else
echo "Baseimage seems to be the same. Skipping."
fi
fi

0 comments on commit 7437458

Please sign in to comment.