Skip to content

Commit f989a83

Browse files
committed
bump more action versions
1 parent 66140a6 commit f989a83

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
steps:
3030
- name: Checkout repository
31-
uses: actions/checkout@v2
31+
uses: actions/checkout@v3
3232

3333
# Initializes the CodeQL tools for scanning.
3434
- name: Initialize CodeQL

.github/workflows/job.test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
lab: ['>=3.1.0,<4.0.0a0']
133133
r: ['>=4']
134134
steps:
135-
- uses: actions/checkout@v2
135+
- uses: actions/checkout@v3
136136

137137
- uses: cschleiden/replace-tokens@v1
138138
with:
@@ -351,7 +351,7 @@ jobs:
351351
shell: bash
352352

353353
- name: Publish browser test output
354-
uses: actions/upload-artifact@v2
354+
uses: actions/upload-artifact@v3
355355
with:
356356
name: ${{ job.status }} Robot ${{ matrix.os }} Python ${{ matrix.python }} ${{ github.run_number }}
357357
path: ./atest/output

0 commit comments

Comments
 (0)