Skip to content

Commit

Permalink
fix(deps): update actions/checkout action to v4 (#34)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 23, 2024
1 parent 787333e commit fb9644f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Use Node.js ${{ env.NODE_VERSION }}
uses: actions/setup-node@v4
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3
uses: actions/checkout@v4

- uses: technote-space/workflow-conclusion-action@v3.0.3

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release_library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
timeout-minutes: ${{ inputs.TIMEOUT }}
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
persist-credentials: false
Expand Down Expand Up @@ -207,7 +207,7 @@ jobs:
timeout-minutes: 5
steps:
- name: Checkout Code
uses: actions/checkout@v3.6.0
uses: actions/checkout@v4.1.3

- uses: technote-space/workflow-conclusion-action@v3.0.3

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/verify_library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
timeout-minutes: ${{ inputs.TIMEOUT }}
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Use Node.js ${{ env.NODE_VERSION }}
uses: actions/setup-node@v4
Expand Down Expand Up @@ -201,7 +201,7 @@ jobs:
timeout-minutes: 5
steps:
- name: Checkout Code
uses: actions/checkout@v3.6.0
uses: actions/checkout@v4.1.3

- uses: technote-space/workflow-conclusion-action@v3.0.3

Expand Down

0 comments on commit fb9644f

Please sign in to comment.