Skip to content

Commit

Permalink
Update actions/checkout action to v3.5.2 (#382)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 13, 2023
1 parent 714a9ad commit 809cb22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- 18

steps:
- uses: actions/checkout@v3.5.1
- uses: actions/checkout@v3.5.2
- uses: actions/setup-node@v3.6.0
with:
node-version: ${{ matrix.node-version }}
Expand All @@ -49,7 +49,7 @@ jobs:
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')

steps:
- uses: actions/checkout@v3.5.1
- uses: actions/checkout@v3.5.2
- uses: actions/setup-node@v3.6.0
with:
node-version: 18
Expand Down

0 comments on commit 809cb22

Please sign in to comment.