Skip to content

Commit

Permalink
chore: bump to actions/checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
akshayitzme committed Nov 11, 2024
1 parent 71b438c commit 3da6a0c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
node-version: '18.19.0'

- name: Checkout Books
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Install Dependencies
run: |
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
node-version: '18.19.0'

- name: Checkout Books
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Install Dependencies
run: |
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
node-version: '18.19.0'

- name: Checkout Books
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Install Dependencies
run: |
Expand Down Expand Up @@ -160,7 +160,7 @@ jobs:
node-version: '18.19.0'

- name: Checkout Books
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Install Dependencies
run: yarn
Expand Down

0 comments on commit 3da6a0c

Please sign in to comment.