Skip to content

Commit afa775f

Browse files
authored
Merge pull request #58 from stackhpc/update-actions
CI: Update versions used of community GitHub Actions
2 parents 981e0d8 + c906e2a commit afa775f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/pull_request.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
- "2.12"
2121
steps:
2222
# Checks-out the repository under $GITHUB_WORKSPACE, so it's accessible to the job
23-
- uses: actions/checkout@v2
23+
- uses: actions/checkout@v3
2424

25-
- uses: actions/setup-python@v2
25+
- uses: actions/setup-python@v4
2626

2727
- name: Install dependencies
2828
run: |
@@ -54,9 +54,9 @@ jobs:
5454
- "3.21"
5555
steps:
5656
# Checks-out the repository under $GITHUB_WORKSPACE, so it's accessible to the job
57-
- uses: actions/checkout@v2
57+
- uses: actions/checkout@v3
5858

59-
- uses: actions/setup-python@v2
59+
- uses: actions/setup-python@v4
6060

6161
- name: Install dependencies
6262
run: |

0 commit comments

Comments
 (0)