diff options
author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2022-03-25 18:19:12 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-25 18:19:12 +0900 |
commit | 9a3bf537d987273c6f321e0db099eee23a0e3fa5 (patch) | |
tree | 0b50c60b3ab4874034590724814b1cf809f35677 /.github/workflows/macos.yml | |
parent | a630e6131b25a58c6f8d07c87886dffda55e8a04 (diff) | |
parent | 85ff5dbfe61fada6563b5bf066bfd33f56f3f6a8 (diff) | |
download | psych-9a3bf537d987273c6f321e0db099eee23a0e3fa5.tar.gz |
Merge pull request #547 from ruby/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
Diffstat (limited to '.github/workflows/macos.yml')
-rw-r--r-- | .github/workflows/macos.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 790843f..af92fa9 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -10,7 +10,7 @@ jobs: matrix: ruby: [ "3.0", 2.7, 2.6, 2.5, 2.4 ] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Install libraries run: brew install libyaml - name: Set up Ruby |