Skip to content

Commit

Permalink
Merge pull request #272 from danger/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/checkout-4

build(deps): bump actions/checkout from 3 to 4
  • Loading branch information
Vacxe authored Mar 22, 2024
2 parents ceebab1 + c2f9064 commit 61f9f0f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: Build Library
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up JDK 8
uses: actions/setup-java@v4
Expand All @@ -35,7 +35,7 @@ jobs:
runs-on: ${{ matrix.target.os }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Download Artifact lib
uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
runs-on: ubuntu-latest
needs: [ dangerKotlin-build-and-distribute ]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Get release information
id: get_release
Expand Down

0 comments on commit 61f9f0f

Please sign in to comment.