Skip to content

Commit

Permalink
Merge pull request #2880 from bisq-network/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions/checkout-4.2.0

Bump actions/checkout from 4.1.7 to 4.2.0
  • Loading branch information
HenrikJannsen authored Sep 30, 2024
2 parents 9dda0ec + b71163a commit 0a29c40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
echo "The secret \"TX_TOKEN\" has not been set; please go to \"settings \> secrets and variables\" to create it"
exit 1
- name: Checkout
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0
- name: Push source files using transifex client
uses: transifex/cli-action@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_bisq_module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ${{ inputs.os }}
steps:
- name: Checkout
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0

- name: Setup Java JDK
uses: actions/[email protected]
Expand Down

0 comments on commit 0a29c40

Please sign in to comment.