Skip to content

Commit

Permalink
Merge pull request #130 from rhinstaller/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/checkout-4

infra: bump actions/checkout from 3 to 4
  • Loading branch information
jkonecny12 committed Jan 5, 2024
2 parents 927f585 + 32f8a75 commit 62f1cd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Run test
run: |
Expand Down

0 comments on commit 62f1cd1

Please sign in to comment.