Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/biz-folder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
os: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Check env
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
steps:
-
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: 'Dependency Review' # https://github.com/actions/dependency-review-action
uses: actions/dependency-review-action@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
name: repo-release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5

- name: Check deploy inputs
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/get-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
upload_url: ${{ steps.get_release.outputs.upload_url }}
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: get hash
uses: benjlevesque/short-sha@v3.0
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tag-from-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
release-tag-short: ${{ steps.create-standard-version.outputs.release-tag-short }}
steps:
- name: Checkout
uses: actions/checkout@v4 # https://github.com/actions/checkout
uses: actions/checkout@v5 # https://github.com/actions/checkout
with:
fetch-depth: 0 # all history for all tags and branches

Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
- tag-standard-version
steps:
- name: Checkout
uses: actions/checkout@v4 # https://github.com/actions/checkout
uses: actions/checkout@v5 # https://github.com/actions/checkout
with:
fetch-depth: 0 # all history for all tags and branches

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: check github context
run: |
Expand Down
Loading