Skip to content

Commit

Permalink
Merge pull request #649 from smallrye/dependabot/github_actions/1.x/a…
Browse files Browse the repository at this point in the history
…ctions/checkout-4

build(deps): bump actions/checkout from 3 to 4
  • Loading branch information
aureamunoz authored Sep 11, 2023
2 parents fac4010 + 91a67ae commit 00193de
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
name: build with jdk ${{matrix.java.version}}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
name: checkout

- uses: actions/setup-java@v3
Expand All @@ -60,7 +60,7 @@ jobs:
name: build with jdk ${{matrix.java.version}} windows

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
name: checkout

- uses: actions/setup-java@v3
Expand All @@ -78,7 +78,7 @@ jobs:
runs-on: ubuntu-20.04
name: Compatibility Check
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
with:
java-version: 17
Expand All @@ -94,7 +94,7 @@ jobs:
name: quality

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-java@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/post-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
post-release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
name: Checkout code
with:
fetch-depth: 0 # fetch all commits and branches for mike to work properly
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
github-token: ${{secrets.GITHUB_TOKEN}}
metadata-file-path: '.github/project.yml'

- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
token: ${{secrets.RELEASE_TOKEN}}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
publish-website:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
name: Checkout code
with:
fetch-depth: 0 # fetch all commits and branches for mike to work properly
Expand Down

0 comments on commit 00193de

Please sign in to comment.