Skip to content

Commit b62cf5f

Browse files
⬆️ Bump actions/checkout from 2 to 3 (#209)
1 parent 82bb11c commit b62cf5f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build-init.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
VAGRANT_ON_GH: true
1818

1919
steps:
20-
- uses: actions/checkout@v2
20+
- uses: actions/checkout@v3
2121
- name: set up Python
2222
uses: actions/setup-python@v4
2323
with:

.github/workflows/build-vagrant.yml

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

2424
steps:
2525

26-
- uses: actions/checkout@v2
26+
- uses: actions/checkout@v3
2727

2828
- name: set up Python
2929
uses: actions/setup-python@v4

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v3
1717
- name: Set up Python
1818
uses: actions/setup-python@v4
1919
with:
@@ -24,7 +24,7 @@ jobs:
2424
# runs-on: ubuntu-latest
2525

2626
# steps:
27-
# - uses: actions/checkout@v2
27+
# - uses: actions/checkout@v3
2828
# - name: Set up Python
2929
# uses: actions/setup-python@v4
3030
# with:

0 commit comments

Comments
 (0)