summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc A. Paradise <marcparadise@users.noreply.github.com>2022-08-09 19:37:35 +0000
committerGitHub <noreply@github.com>2022-08-09 19:37:35 +0000
commitab1a32cd15265a5305bcb0f81f5115ab9d917799 (patch)
tree1d1825a0df44576620c38bad3580e90d00ce8525
parent48b3b80ed5eaa53460c8731c4bbd570578c25c7a (diff)
parent564d44bd827d21f54deb2ef752abe7138b197ab4 (diff)
downloadohai-ab1a32cd15265a5305bcb0f81f5115ab9d917799.tar.gz
Merge pull request #1752 from chef/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
-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 }}