Skip to content

Commit

Permalink
Merge pull request #116 from voxpupuli/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/checkout-3

Bump actions/checkout from 2 to 3
  • Loading branch information
bastelfreak committed Jun 7, 2023
2 parents 4302195 + 96a6ba3 commit 549c745
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
if: github.repository_owner == 'voxpupuli'
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Install Ruby 3.0
uses: ruby/setup-ruby@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -39,7 +39,7 @@ jobs:
env:
PUPPET_VERSION: "~> ${{ matrix.puppet }}.0"
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
Expand Down

0 comments on commit 549c745

Please sign in to comment.