Skip to content

Commit 94a6680

Browse files
committed
Update github actions versions
1 parent 9c8da4e commit 94a6680

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ jobs:
4848
- MOOSE
4949

5050
steps:
51-
- uses: actions/checkout@v2
51+
- uses: actions/checkout@v3
5252
- name: Set up Python ${{ matrix.python-version }}
53-
uses: actions/setup-python@v2
53+
uses: actions/setup-python@v3
5454
with:
5555
python-version: ${{ matrix.python-version }}
5656

0 commit comments

Comments
 (0)