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

Commit 49fc449

Browse files
authored
Merge pull request #89 from staticdev/dependabot/github_actions/actions/checkout-2.3.5
Bump actions/checkout from 2.3.4 to 2.3.5
2 parents ed4b268 + 78612bb commit 49fc449

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@v2.3.4
14+
uses: actions/checkout@v2.3.5
1515

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

.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@v2.3.4
15+
uses: actions/checkout@v2.3.5
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
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Check out the repository
18-
uses: actions/checkout@v2.3.4
18+
uses: actions/checkout@v2.3.5
1919
with:
2020
fetch-depth: 2
2121

@@ -45,7 +45,7 @@ jobs:
4545

4646
steps:
4747
- name: Check out the repository
48-
uses: actions/checkout@v2.3.4
48+
uses: actions/checkout@v2.3.5
4949
with:
5050
fetch-depth: 2
5151

0 commit comments

Comments
 (0)