Skip to content

Commit 0636445

Browse files
build(deps): bump actions/checkout from 4 to 5 (#50)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 57b4c20 commit 0636445

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
compile-bot:
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v5
2121
with:
2222
repository: Scholar-Compass/Scholar-Compass-front
2323
ref: embed
@@ -45,7 +45,7 @@ jobs:
4545
runs-on: ubuntu-latest
4646
needs: compile-bot
4747
steps:
48-
- uses: actions/checkout@v4
48+
- uses: actions/checkout@v5
4949
with:
5050
fetch-depth: 0 # mkdocs-git-* plugins need all history
5151
- uses: actions/setup-python@v5
@@ -100,7 +100,7 @@ jobs:
100100
deployments: write
101101
steps:
102102
- name: Checkout to help cloudflare/pages-action determine the commit
103-
uses: actions/checkout@v4
103+
uses: actions/checkout@v5
104104
- uses: actions/download-artifact@v5
105105
with:
106106
name: site

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
# Without git integration
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v5
1616
- uses: actions/setup-python@v5
1717
with:
1818
python-version: '3.12'

0 commit comments

Comments
 (0)