Skip to content

Commit

Permalink
Merge pull request #3338 from candlepin/dependabot/github_actions/mai…
Browse files Browse the repository at this point in the history
…n/actions/checkout-4

ci: bump actions/checkout from 3 to 4
  • Loading branch information
ptoscano authored Sep 11, 2023
2 parents a6ba017 + dd1a94d commit 225628f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/libdnf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

steps:
- name: "Checkout repository"
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: "Enable CRB repository"
if: ${{ matrix.name == 'CentOS Stream 9' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

steps:
- name: "Checkout repository"
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: "Run container-pre-test.sh"
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stylish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
python3-pip \
rpmlint
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: psf/black@stable
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tito.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
dnf config-manager --enable crb
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

# This step is required so Tito can properly read git history
# See https://github.com/actions/checkout/issues/766
Expand Down

0 comments on commit 225628f

Please sign in to comment.