Skip to content

Commit

Permalink
Merge pull request #57 from bisq-network/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/checkout-3.3.0

Bump actions/checkout from 3.1.0 to 3.3.0
  • Loading branch information
devinbileck authored Jan 31, 2024
2 parents 46a4259 + 5589de7 commit 878cfcf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
timeout-minutes: 10
steps:
- name: Checkout the code
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c

- name: Set up JDK 11
uses: actions/setup-java@a18c333f3f14249953dab3e186e5e21bf3390f1d
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
needs: analyze
steps:
- name: Checkout the code
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c

- name: Set up JDK 11
uses: actions/setup-java@a18c333f3f14249953dab3e186e5e21bf3390f1d
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
api-level: [ 21, 32 ]
steps:
- name: Checkout the code
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c

- name: Set up JDK 11
uses: actions/setup-java@a18c333f3f14249953dab3e186e5e21bf3390f1d
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
new_tag: ${{ steps.bump_version.outputs.new_tag }}
steps:
- name: Checkout the code
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c

- name: Bump version
id: bump_version
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
needs: [ build, sign ]
steps:
- name: Checkout the code
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c

- name: Download signed APK
uses: actions/download-artifact@2a5974104b6d5dbdb2f9468a3e54da3bdd241578
Expand Down

0 comments on commit 878cfcf

Please sign in to comment.