Skip to content

Commit ceafe57

Browse files
committed
ci: bump versions of GitHub Actions
Signed-off-by: Christian Göttsche <[email protected]>
1 parent ebb4a17 commit ceafe57

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/run_tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ jobs:
3434
python-ruby-version: {python: 3.9, ruby: 2.7, other: sanitizers}
3535

3636
steps:
37-
- uses: actions/checkout@v2
37+
- uses: actions/checkout@v3
3838

3939
- name: Set up Python ${{ matrix.python-ruby-version.python }}
40-
uses: actions/setup-python@v2
40+
uses: actions/setup-python@v4
4141
with:
4242
python-version: ${{ matrix.python-ruby-version.python }}
4343

.github/workflows/vm_testsuite.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: macos-10.15
1111

1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v3
1414

1515
- name: Create Vagrant VM
1616
run: |

0 commit comments

Comments
 (0)