Skip to content

Commit 519eeb2

Browse files
authored
Merge pull request #287 from TGSAI/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents 32d2b81 + 17506d1 commit 519eeb2

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/ghaction-github-labeler@v5

.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
@@ -34,7 +34,7 @@ jobs:
3434

3535
steps:
3636
- name: Check out the repository
37-
uses: actions/checkout@v3
37+
uses: actions/checkout@v4
3838

3939
- name: Set up Python ${{ matrix.python }}
4040
uses: actions/setup-python@v4
@@ -113,7 +113,7 @@ jobs:
113113
needs: tests
114114
steps:
115115
- name: Check out the repository
116-
uses: actions/checkout@v3
116+
uses: actions/checkout@v4
117117

118118
- name: Set up Python
119119
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)