Skip to content

Commit

Permalink
Merge pull request #355 from eiiches/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-4.2.1

build(deps): bump actions/checkout from 4.1.1 to 4.2.1
  • Loading branch information
eiiches authored Oct 10, 2024
2 parents ec1985b + 057b586 commit 205fb36
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-snapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v4.2.1
- name: Set up JDK 1.8
uses: actions/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v4.2.1
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-pull-requests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v4.2.1
- name: Set up JDK 1.8
uses: actions/[email protected]
with:
Expand Down

0 comments on commit 205fb36

Please sign in to comment.