Skip to content

Commit

Permalink
Merge pull request #100 from bisq-network/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/checkout-4.2.2

build(deps): bump actions/checkout from 4.1.1 to 4.2.2
  • Loading branch information
devinbileck authored Jan 14, 2025
2 parents 7a0c5c2 + cf19030 commit 54b5db6
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@b4ffde65f46336ab88eb53be808477a3936bae11
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683

- name: Set up JDK 17
uses: actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
needs: analyze
steps:
- name: Checkout the code
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683

- name: Set up JDK 17
uses: actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
api-level: [ 26, 27, 28, 29, 30, 31, 32, 33, 34 ]
steps:
- name: Checkout the code
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683

- name: Set up JDK 17
uses: actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b
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@b4ffde65f46336ab88eb53be808477a3936bae11
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683

- name: Bump version
id: bump_version
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
needs: [ build, sign ]
steps:
- name: Checkout the code
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683

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

0 comments on commit 54b5db6

Please sign in to comment.