Skip to content

Commit

Permalink
Merge pull request #7 from candlepin/dependabot/github_actions/main/a…
Browse files Browse the repository at this point in the history
…ctions/checkout-4

ci: bump actions/checkout from 3 to 4
  • Loading branch information
ptoscano authored Sep 11, 2023
2 parents 650e642 + 48c4a6c commit 18a3f98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
dnf --setopt install_weak_deps=False install -y \
tito
- 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 18a3f98

Please sign in to comment.