Skip to content

Commit

Permalink
Update actions/checkout action to v4 (#1523)
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 9, 2025
1 parent 68c0123 commit e5d0ea3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/webui-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

steps:
- name: Checkout WebUI repo
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
ref: beta
repository: DoroWolf/akari-bot-webui
Expand All @@ -30,7 +30,7 @@ jobs:
mv dist webui
- name: Checkout Repo
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: Teahouse-Studios/akari-bot
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit e5d0ea3

Please sign in to comment.