Skip to content

Commit b65bd9b

Browse files
authored
Merge pull request #35 from stackhpc/update-actions
CI: Update versions used of community GitHub Actions
2 parents 8ffe900 + 444722a commit b65bd9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pull_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ 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

2525
- name: Install dependencies
2626
run: |
@@ -50,7 +50,7 @@ jobs:
5050
- "2.12"
5151
steps:
5252
# Checks-out the repository under $GITHUB_WORKSPACE, so it's accessible to the job
53-
- uses: actions/checkout@v2
53+
- uses: actions/checkout@v3
5454

5555
- name: Install dependencies
5656
run: |

0 commit comments

Comments
 (0)