Skip to content

Commit 639c2a3

Browse files
authored
Merge pull request #481 from pmorissette/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents dda47fa + 0b04d38 commit 639c2a3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build.yml

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

2222
steps:
2323
- name: Checkout
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v5
2525

2626
- name: Set up Python ${{ matrix.python-version }}
2727
uses: actions/setup-python@v5

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171

7272
steps:
7373
- name: Checkout
74-
uses: actions/checkout@v4
74+
uses: actions/checkout@v5
7575

7676
- name: Set up Python ${{ matrix.python-version }}
7777
uses: actions/setup-python@v5
@@ -134,7 +134,7 @@ jobs:
134134

135135
steps:
136136
- name: Checkout
137-
uses: actions/checkout@v4
137+
uses: actions/checkout@v5
138138
with:
139139
submodules: recursive
140140

.github/workflows/regression.yml

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

3333
steps:
3434
- name: Checkout
35-
uses: actions/checkout@v4
35+
uses: actions/checkout@v5
3636

3737
- name: Set up Python ${{ matrix.python-version }}
3838
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)