mirror of
https://github.com/bartvdbraak/keyweave.git
synced 2025-04-28 07:11:21 +00:00
Merge pull request #2 from bartvdbraak/renovate/actions-checkout-4.x
chore(deps): update actions/checkout action to v4
This commit is contained in:
commit
644ed1e6e7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
@ -30,7 +30,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Get the release version from the tag
|
||||
shell: bash
|
||||
|
|
Loading…
Reference in a new issue