Skip to content

Commit

Permalink
Merge pull request #311 from dev-sec/renovate/actions-checkout-4.x
Browse files Browse the repository at this point in the history
chore(deps): update actions/checkout action to v4
  • Loading branch information
schurzi authored Oct 20, 2023
2 parents c9c69e7 + 7c12597 commit 9ee51b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: false

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand All @@ -40,7 +40,7 @@ jobs:
- rvm: 2.7
puppet_gem_version: "~> 7.0"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
- ubuntu-20-04-puppet6
- ubuntu-20-04-puppet7
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit 9ee51b9

Please sign in to comment.