Skip to content

Commit 2a5b889

Browse files
committed
Merge remote-tracking branch 'origin/dependabot/github_actions/actions/checkout-5'
2 parents 653b997 + b0bdca6 commit 2a5b889

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Check out the repository
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v5
1515

1616
- name: Run Labeler
1717
uses: crazy-max/ghaction-github-labeler@v5.3.0

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Check out the repository
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v5
1616
with:
1717
fetch-depth: 2
1818

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
steps:
4747
- name: Check out the repository
48-
uses: actions/checkout@v4
48+
uses: actions/checkout@v5
4949

5050
- name: Set up Python ${{ matrix.python }}
5151
uses: actions/setup-python@v5.5.0
@@ -126,7 +126,7 @@ jobs:
126126
needs: tests
127127
steps:
128128
- name: Check out the repository
129-
uses: actions/checkout@v4
129+
uses: actions/checkout@v5
130130

131131
- name: Set up Python
132132
uses: actions/setup-python@v5.5.0
@@ -169,7 +169,7 @@ jobs:
169169
auto-merge:
170170
runs-on: ubuntu-latest
171171
steps:
172-
- uses: actions/checkout@v4
172+
- uses: actions/checkout@v5
173173
- uses: ahmadnassri/action-dependabot-auto-merge@v2
174174
with:
175175
target: minor

0 commit comments

Comments
 (0)