summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-06-14 20:00:25 +0000
committerGitHub <noreply@github.com>2022-06-14 20:00:25 +0000
commit564d44bd827d21f54deb2ef752abe7138b197ab4 (patch)
tree2c168c67d9785728065586b7050599caaf963bac
parentfd5c08797d4ff73d3e2352ad985e7b49a9e3a085 (diff)
downloadohai-564d44bd827d21f54deb2ef752abe7138b197ab4.tar.gz
Bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--.github/workflows/exec.yml2
-rw-r--r--.github/workflows/lint.yml2
-rw-r--r--.github/workflows/unit.yml2
3 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/exec.yml b/.github/workflows/exec.yml
index 4aabba5e..13dca0ca 100644
--- a/.github/workflows/exec.yml
+++ b/.github/workflows/exec.yml
@@ -22,7 +22,7 @@ jobs:
name: Exec Ohai on ${{ matrix.os }} with Ruby ${{ matrix.ruby }}
runs-on: ${{ matrix.os }}
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 80173c7b..d8ede63e 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -13,7 +13,7 @@ jobs:
chefstyle:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
diff --git a/.github/workflows/unit.yml b/.github/workflows/unit.yml
index 8ec47d47..8e9710b9 100644
--- a/.github/workflows/unit.yml
+++ b/.github/workflows/unit.yml
@@ -24,7 +24,7 @@ jobs:
env:
RUBYOPT: '--disable-error_highlight'
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}