Skip to content

Commit

Permalink
chore(deps): update actions/checkout to v2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 28, 2023
1 parent 8c134fe commit 818f949
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- id: checkout
uses: actions/checkout@v2.4.2
uses: actions/checkout@v2.7.0
- id: npm-setup
uses: actions/setup-node@v2.5.2
with:
Expand All @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- id: checkout
uses: actions/checkout@v2.4.2
uses: actions/checkout@v2.7.0
with:
fetch-depth: 0
- id: commit-lint
Expand All @@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- id: checkout
uses: actions/checkout@v2.4.2
uses: actions/checkout@v2.7.0
- id: npm-setup
uses: actions/setup-node@v2.5.2
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/renovate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- id: checkout
uses: actions/checkout@v2.4.2
uses: actions/checkout@v2.7.0
- id: npm-setup
uses: actions/setup-node@v2.5.2
with:
Expand All @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- id: checkout
uses: actions/checkout@v2.4.2
uses: actions/checkout@v2.7.0
- id: npm-setup
uses: actions/setup-node@v2.5.2
with:
Expand Down

0 comments on commit 818f949

Please # to comment.