Skip to content

Commit

Permalink
Update actions/checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 30, 2023
1 parent 4eff3a7 commit 970b780
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3.6.0
uses: actions/checkout@v4.1.1

- name: Setup Node
uses: actions/setup-node@v3.8.2
Expand All @@ -20,7 +20,7 @@ jobs:
- setup_stage
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.6.0
- uses: actions/checkout@v4.1.1
- uses: actions/setup-node@v3.8.2
with:
node-version: "16"
Expand Down

0 comments on commit 970b780

Please sign in to comment.