mirror of
https://github.com/rlespinasse/github-slug-action.git
synced 2026-05-20 05:31:48 +00:00
ci: use checkout v3
This commit is contained in:
4
.github/workflows/github-slug.yml
vendored
4
.github/workflows/github-slug.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: "[v3] Testing"
|
||||
name: '[v3] Testing'
|
||||
on: [push]
|
||||
jobs:
|
||||
github-slug-on-os:
|
||||
@@ -9,7 +9,7 @@ jobs:
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
- run: npm install
|
||||
- run: npm run all
|
||||
- uses: ./
|
||||
|
||||
Reference in New Issue
Block a user