summaryrefslogtreecommitdiff
path: root/.github/workflows/exec.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/exec.yml')
-rw-r--r--.github/workflows/exec.yml2
1 files changed, 1 insertions, 1 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 }}