Skip to content

Commit

Permalink
Merge pull request puppetlabs#630 from puppetlabs/CONT-903-use_checko…
Browse files Browse the repository at this point in the history
…utv3_k8s

(CONT-903) Use checkout@v3 in Kubernetes
  • Loading branch information
jordanbreen28 authored May 16, 2023
2 parents 7b72e48 + 87e69ab commit 8750ffe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

steps:
- name: Checkout Source
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Activate Ruby 2.7
uses: ruby/setup-ruby@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

steps:
- name: Checkout Source
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Activate Ruby 2.7
uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit 8750ffe

Please sign in to comment.