Skip to content

Commit

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

build(deps): bump actions/checkout from 3.0.2 to 4.1.1
  • Loading branch information
eiiches authored Feb 6, 2024
2 parents 6a453ef + d956d33 commit be87659
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@v3.3.0
- uses: actions/checkout@v4.1.1
- name: Set up JDK 1.8
uses: actions/setup-java@v3.10.0
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@v3.0.2
- uses: actions/checkout@v4.1.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@v3.3.0
- uses: actions/checkout@v4.1.1
- name: Set up JDK 1.8
uses: actions/setup-java@v3.10.0
with:
Expand Down

0 comments on commit be87659

Please sign in to comment.