Skip to content

Commit

Permalink
Update actions/checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 25, 2024
1 parent a7e1ca3 commit 89770e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
name: Smoke test
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/setup-java@v3
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publishing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
VERSION_NAME: ${{ github.event.inputs.version }}
MAJOR_VERSION_NAME: ${{ github.event.inputs.major-version }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/setup-java@v3
with:
Expand All @@ -31,7 +31,7 @@ jobs:
run: ./gradlew build

- id: checkout-releases-branch
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: releases
path: releases-branch/
Expand Down

0 comments on commit 89770e0

Please sign in to comment.