Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 23, 2023
1 parent ad8a7f7 commit 5dc6fc4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
node-version: ${{ matrix.node }}
- name: Checkout Repo
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: cache node_modules
uses: actions/cache@v3
id: cache
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
node-version: ${{ matrix.node }}

- name: Checkout Repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: cache node_modules
uses: actions/cache@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
node-version: ${{ matrix.node }}
- name: Checkout Repo
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: cache node_modules
uses: actions/cache@v3
id: cache
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
node-version: ${{ matrix.node }}

- name: Checkout Repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: cache node_modules
uses: actions/cache@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
node-version: ${{ matrix.node }}

- name: Checkout Repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: cache node_modules
uses: actions/cache@v3
Expand Down

0 comments on commit 5dc6fc4

Please sign in to comment.