Skip to content

Commit

Permalink
Merge pull request ManageIQ#991 from Fryguy/update_gha_actions_checkout
Browse files Browse the repository at this point in the history
Update actions/checkout version to v4
  • Loading branch information
bdunne committed Sep 18, 2023
2 parents a4e5689 + fb9c283 commit 3b1e3fb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_pods.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
if: github.repository_owner == 'ManageIQ'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- '2.7'
- '3.0'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Before install
run: bin/before_install
- name: Set up Ruby
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go_dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
go_dependencies:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
Expand Down

0 comments on commit 3b1e3fb

Please sign in to comment.