Skip to content

Commit bd43acb

Browse files
authored
Merge pull request #15 from OctoPrint/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents 9b80a0b + f7b690c commit bd43acb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: 🔨 Build distribution
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v4
1616
- name: 🏗 Set up Python 3.7
1717
uses: actions/setup-python@v4
1818
with:
@@ -33,7 +33,7 @@ jobs:
3333
name: 🧹 Pre-commit
3434
runs-on: ubuntu-latest
3535
steps:
36-
- uses: actions/checkout@v3
36+
- uses: actions/checkout@v4
3737
- name: 🏗 Set up Python 3.10
3838
uses: actions/setup-python@v4
3939
with:
@@ -52,7 +52,7 @@ jobs:
5252
python: ["3.7", "3.8", "3.9", "3.10"]
5353
runs-on: ubuntu-latest
5454
steps:
55-
- uses: actions/checkout@v3
55+
- uses: actions/checkout@v4
5656
- name: 🏗 Set up Python ${{ matrix.python }}
5757
uses: actions/setup-python@v4
5858
with:

0 commit comments

Comments
 (0)