Skip to content

Commit 275e428

Browse files
Merge pull request #68 from MasoniteFramework/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents 0a2e205 + 86b58dc commit 275e428

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pythonapp.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
1111
name: Python ${{ matrix.python-version }}
1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v4
1414
- name: Set up Python ${{ matrix.python-version }}
1515
uses: actions/setup-python@v4
1616
with:
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ubuntu-latest
3232
name: Lint
3333
steps:
34-
- uses: actions/checkout@v3
34+
- uses: actions/checkout@v4
3535
- name: Set up Python 3.8
3636
uses: actions/setup-python@v4
3737
with:

.github/workflows/pythonpublish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
deploy:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v3
11+
- uses: actions/checkout@v4
1212
- name: Set up Python
1313
uses: actions/setup-python@v4
1414
with:

0 commit comments

Comments
 (0)