Merge pull request #2365 from openmc-dev/update_actions_checkout

updated checkout action to v3
This commit is contained in:
Paul Romano 2023-01-31 13:35:00 -06:00 committed by GitHub
commit b8a3586274
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View file

@ -84,7 +84,7 @@ jobs:
LIBMESH: ${{ matrix.libmesh }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4