Skip to content

Commit

Permalink
Merge pull request #94 from RedHatProductSecurity/dependabot/github_a…
Browse files Browse the repository at this point in the history
…ctions/actions/checkout-4

⬆️ Bump actions/checkout from 3 to 4
  • Loading branch information
jpower432 authored Dec 5, 2023
2 parents a1e5f03 + 4dace69 commit 7967184
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
issues: write
steps:
- name: Checkout Code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: MegaLinter
id: ml
Expand All @@ -33,7 +33,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up poetry and install
uses: ./.github/actions/setup-poetry
Expand All @@ -58,7 +58,7 @@ jobs:
fail-fast: false
steps:
- name: Check out
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up poetry and install
uses: ./.github/actions/setup-poetry
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up poetry and install
uses: ./.github/actions/setup-poetry
Expand All @@ -36,7 +36,7 @@ jobs:
runs-on: ubuntu-latest
needs: test
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Get coverage
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
packages: write
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down

0 comments on commit 7967184

Please sign in to comment.