Skip to content

Commit

Permalink
Merge pull request #164 from RedHatInsights/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/checkout-4

build(deps): bump actions/checkout from 2 to 4
  • Loading branch information
jponge authored Nov 16, 2023
2 parents ee991fb + c6b7ff8 commit e8c0622
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage-report-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
echo "base=${GITHUB_BASE_REF}" >> $GITHUB_OUTPUT
echo "artifacts=${ARTIFACTS}" >> $GITHUB_OUTPUT
- uses: actions/checkout@v2
- uses: actions/checkout@v4
name: Checkout from Git
with:
fetch-depth: 0
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ jobs:
runs-on: ubuntu-latest
name: Check conventional commits
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: wagoid/commitlint-github-action@v5

build:
name: Pull request check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
name: Checkout from Git
with:
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Git checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Java setup
Expand Down

0 comments on commit e8c0622

Please sign in to comment.