mirror of
https://github.com/obi1kenobi/cargo-semver-checks-action.git
synced 2024-11-21 23:49:33 +01:00
Use checkout v4 (#80)
* update to actions/checkout@v4 in workflows * update to actions/checkout@v4 in examples
This commit is contained in:
parent
bb0df35464
commit
e0ec8d834f
2 changed files with 5 additions and 5 deletions
|
@ -7,7 +7,7 @@ runs:
|
|||
using: 'composite'
|
||||
steps:
|
||||
- name: Checkout the ref-slice fork
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
repository: mgr0dzicki/cargo-semver-action-ref-slice
|
||||
ref: ${{ inputs.ref-slice-ref }}
|
||||
|
|
|
@ -27,7 +27,7 @@ semver-checks:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
- name: Check semver
|
||||
uses: obi1kenobi/cargo-semver-checks-action@v2
|
||||
```
|
||||
|
@ -139,7 +139,7 @@ semver:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
- name: Check semver
|
||||
uses: obi1kenobi/cargo-semver-checks-action@v2
|
||||
with:
|
||||
|
@ -149,7 +149,7 @@ semver2:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
path: semver
|
||||
- name: Check semver
|
||||
|
@ -167,7 +167,7 @@ semver:
|
|||
crate: ['api', 'core']
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
- name: Check semver
|
||||
uses: obi1kenobi/cargo-semver-checks-action@v2
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue