Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4 (#116)
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 Jan 3, 2024
1 parent 7b40c6a commit 303e09c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run_install: false

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: main
path: alist-web
Expand All @@ -36,7 +36,7 @@ jobs:
submodules: recursive

- name: Checkout dist repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: alist-org/web-dist
ref: dev
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
contents: write

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2.2.4

- name: Setup Node.js environment
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
run_install: false

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: main
path: alist-web
Expand All @@ -51,7 +51,7 @@ jobs:
submodules: recursive

- name: Checkout dist repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: alist-org/web-dist
ref: main
Expand Down

0 comments on commit 303e09c

Please sign in to comment.