Skip to content

Commit

Permalink
Updated checkout version
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcudd committed Sep 18, 2024
1 parent 2d54ec8 commit 86aae24
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
Expand All @@ -41,7 +41,7 @@ jobs:
if: github.event_name != 'pull_request' || github.event.pull_request.merged == true
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
Expand All @@ -66,7 +66,7 @@ jobs:
if: github.event_name != 'pull_request' || github.event.pull_request.merged == true
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 86aae24

Please sign in to comment.