Skip to content

Commit

Permalink
chore: update actions/checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 4, 2023
1 parent 1275d71 commit a26157e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
node: ["18.0.0", "18", "20.0.0", "20"]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4

- name: Setup node
uses: actions/setup-node@v3
Expand All @@ -34,7 +34,7 @@ jobs:
runs-on: ubuntu-22.04
needs: build-test
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
with:
fetch-depth: 0

Expand All @@ -59,7 +59,7 @@ jobs:
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4

- name: Setup node
uses: actions/setup-node@v3
Expand Down

0 comments on commit a26157e

Please sign in to comment.