Skip to content

Commit c1d7bd4

Browse files
chore(deps): bump actions/checkout from v2.3.3 to v2.3.4 (#136)
Bumps [actions/checkout](https://github.com/actions/checkout) from v2.3.3 to v2.3.4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2.3.3...5a4ac90) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 43d9b05 commit c1d7bd4

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/nodejs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
node-version: [10.x, 12.x, 14.x]
1515

1616
steps:
17-
- uses: actions/[email protected].3
17+
- uses: actions/[email protected].4
1818

1919
- uses: actions/[email protected]
2020
with:

.github/workflows/php.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
name: build (${{ matrix.php }} w/ Laravel ${{ matrix.laravel }} @${{ matrix.dependency-version }})
2020

2121
steps:
22-
- uses: actions/[email protected].3
22+
- uses: actions/[email protected].4
2323

2424
- name: Cache dependencies
2525
uses: actions/cache@v2
@@ -62,7 +62,7 @@ jobs:
6262
name: build (${{ matrix.php }} w/ Laravel ${{ matrix.laravel }} @${{ matrix.dependency-version }})
6363

6464
steps:
65-
- uses: actions/[email protected].3
65+
- uses: actions/[email protected].4
6666

6767
- name: Cache dependencies
6868
uses: actions/cache@v2

.github/workflows/python.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
python-version: [3.x]
1515

1616
steps:
17-
- uses: actions/[email protected].3
17+
- uses: actions/[email protected].4
1818

1919
- uses: actions/[email protected]
2020
with:

.github/workflows/ruby.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
working-directory: packages/ruby
1111

1212
steps:
13-
- uses: actions/[email protected].3
13+
- uses: actions/[email protected].4
1414

1515
- uses: actions/[email protected]
1616
with:

0 commit comments

Comments
 (0)