Skip to content

Commit

Permalink
chore: bump actions/checkout from 3 to 4 (#273)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 7, 2023
1 parent 401ab7d commit 247ffee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- name: Checkout files
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Node v16
uses: actions/setup-node@v3
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:

steps:
- name: Checkout files
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Node v16
uses: actions/setup-node@v3
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:

steps:
- name: Checkout files
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Node v16
uses: actions/setup-node@v3
Expand Down

0 comments on commit 247ffee

Please sign in to comment.