Skip to content

Commit ff8c1b3

Browse files
authored
CI: upgrade to actions/checkout@v4 (#1370)
1 parent 655fa6d commit ff8c1b3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
ci:
99
runs-on: self-hosted
1010
steps:
11-
- uses: actions/checkout@v1
11+
- uses: actions/checkout@v4
1212
- run: git fetch -f --depth=1 origin '+refs/tags/*:refs/tags/*'
1313
- uses: coursier/cache-action@v6
1414
- uses: coursier/setup-action@v1
@@ -20,7 +20,7 @@ jobs:
2020
lint:
2121
runs-on: self-hosted
2222
steps:
23-
- uses: actions/checkout@v1
23+
- uses: actions/checkout@v4
2424
- uses: coursier/cache-action@v6
2525
- uses: coursier/setup-action@v1
2626
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
JAVA_OPTS: -Xms5120M -Xmx5120M -Xss6M -XX:ReservedCodeCacheSize=256M -Dfile.encoding=UTF-8
1212
JVM_OPTS: -Xms5120M -Xmx5120M -Xss6M -XX:ReservedCodeCacheSize=256M -Dfile.encoding=UTF-8
1313
steps:
14-
- uses: actions/checkout@v1
14+
- uses: actions/checkout@v4
1515
- run: git fetch -f --depth=1 origin '+refs/tags/*:refs/tags/*'
1616
- uses: coursier/cache-action@v6
1717
- uses: coursier/setup-action@v1

0 commit comments

Comments
 (0)