mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2025-12-15 20:56:31 +00:00
Merge pull request #1088 from marocchino/dependabot/github_actions/actions/checkout-4
build(deps): Bump actions/checkout from 3 to 4
This commit is contained in:
commit
d786a14d86
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -11,7 +11,7 @@ jobs:
|
|||
permissions:
|
||||
pull-requests: write
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- run: yarn install
|
||||
- run: |
|
||||
set -o pipefail
|
||||
|
|
|
|||
Loading…
Reference in a new issue