Skip to content
This repository was archived by the owner on May 8, 2025. It is now read-only.

Commit ddcd51e

Browse files
authored
Merge pull request #227 from staticdev/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents 413e217 + d0f4011 commit ddcd51e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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@v3
14+
uses: actions/checkout@v4
1515

1616
- name: Run Labeler
1717
uses: crazy-max/[email protected]

.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@v3
15+
uses: actions/checkout@v4
1616
with:
1717
fetch-depth: 2
1818

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Check out the repository
22-
uses: actions/checkout@v3
22+
uses: actions/checkout@v4
2323
with:
2424
path: "staticdev.pyenv"
2525

@@ -50,7 +50,7 @@ jobs:
5050

5151
steps:
5252
- name: Check out the repository
53-
uses: actions/checkout@v3
53+
uses: actions/checkout@v4
5454
with:
5555
path: "staticdev.pyenv"
5656

0 commit comments

Comments
 (0)