mirror of
https://github.com/ivuorinen/starred.git
synced 2026-03-11 02:01:52 +00:00
Merge pull request #2 from ivuorinen/renovate/actions-checkout-3.x
chore(deps): update actions/checkout action to v3
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -13,7 +13,7 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
- uses: luob/create-my-awesome@v1
|
- uses: luob/create-my-awesome@v1
|
||||||
# Commit the change
|
# Commit the change
|
||||||
# See https://github.com/EndBug/add-and-commit
|
# See https://github.com/EndBug/add-and-commit
|
||||||
|
|||||||
Reference in New Issue
Block a user