Skip to content

Commit

Permalink
chore(deps): bump actions/checkout from 3 to 4 (#153)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 12, 2023
1 parent af3b0b2 commit a4f9b8b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
timeout-minutes: 15

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Use Node.js 14.x
uses: actions/setup-node@v3
with:
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
node-version: [14.x, 16.x, 18.x, 20.x]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
# - validate-dependencies

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Use Node.js 14.x
Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:
# timeout-minutes: 15

# steps:
# - uses: actions/checkout@v3
# - uses: actions/checkout@v4
# - name: Use Node.js 14.x
# uses: actions/setup-node@v3
# with:
Expand All @@ -181,7 +181,7 @@ jobs:
# timeout-minutes: 15

# steps:
# - uses: actions/checkout@v3
# - uses: actions/checkout@v4
# - name: Use Node.js 14.x
# uses: actions/setup-node@v3
# with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
node-version: [14.x, 16.x, 18.x, 20.x]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
Expand All @@ -41,7 +41,7 @@ jobs:
- test

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Use Node.js 14.x
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sonar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
if: ${{ github.repository_owner == 'nrkno' }}

steps:
- 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 a4f9b8b

Please sign in to comment.