Skip to content
This repository was archived by the owner on Jan 24, 2025. It is now read-only.

Bump actions/checkout from 3.5.2 to 3.5.3 #444

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
env:
JAVA_OPTS: -Xmx4G
steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].3
- uses: coursier/[email protected]
- uses: coursier/[email protected]
with:
Expand All @@ -39,7 +39,7 @@ jobs:
env:
JAVA_OPTS: -Xmx4G
steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].3
with:
fetch-depth: 0
- uses: coursier/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scala-steward.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/[email protected].2
uses: actions/[email protected].3
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
Expand Down