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 Apr 5, 2024
1 parent 4fdec07 commit f4b3ecf
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 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 @@ -49,7 +49,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 @@ -81,7 +81,7 @@ jobs:
with:
node-version: ${{ matrix.node }}
- name: Checkout Repo
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Download Artifact
uses: actions/download-artifact@master
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,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
6 changes: 3 additions & 3 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 @@ -49,7 +49,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 @@ -81,7 +81,7 @@ jobs:
with:
node-version: ${{ matrix.node }}
- name: Checkout Repo
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Download Artifact
uses: actions/download-artifact@master
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
node-version: ${{ matrix.node }}

- name: Checkout Repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
# Disabling shallow clone is recommended for improving relevancy of reporting
fetch-depth: 0
Expand Down

0 comments on commit f4b3ecf

Please sign in to comment.