Skip to content

Commit

Permalink
CI: upgrade to actions/checkout@v4 (#1370)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning authored Oct 10, 2024
1 parent 655fa6d commit ff8c1b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
ci:
runs-on: self-hosted
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- run: git fetch -f --depth=1 origin '+refs/tags/*:refs/tags/*'
- uses: coursier/cache-action@v6
- uses: coursier/setup-action@v1
Expand All @@ -20,7 +20,7 @@ jobs:
lint:
runs-on: self-hosted
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- uses: coursier/cache-action@v6
- uses: coursier/setup-action@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
JAVA_OPTS: -Xms5120M -Xmx5120M -Xss6M -XX:ReservedCodeCacheSize=256M -Dfile.encoding=UTF-8
JVM_OPTS: -Xms5120M -Xmx5120M -Xss6M -XX:ReservedCodeCacheSize=256M -Dfile.encoding=UTF-8
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- run: git fetch -f --depth=1 origin '+refs/tags/*:refs/tags/*'
- uses: coursier/cache-action@v6
- uses: coursier/setup-action@v1
Expand Down

0 comments on commit ff8c1b3

Please sign in to comment.