Skip to content

Commit

Permalink
GHA: update checkout action to v4.
Browse files Browse the repository at this point in the history
  • Loading branch information
kanaka committed Sep 13, 2024
1 parent a622470 commit 88e58da
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 @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Java
uses: actions/setup-java@v3
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Compile cljs
run: npx shadow-cljs compile test
Expand All @@ -50,7 +50,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: npm install dctest
run: npm install @lonocloud/dctest --no-save --ignore-scripts
Expand Down

0 comments on commit 88e58da

Please sign in to comment.