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

Commit 2a63585

Browse files
authored
Merge pull request #11 from codedge/dependabot/github_actions/actions/checkout-2.3.4
github-actions(deps): bump actions/checkout from 2 to 2.3.4
2 parents 2117558 + fdccb34 commit 2a63585

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/composer-normalize.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: Git checkout
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v2.3.4
1515

1616
- name: Validate Composer configuration
1717
run: composer validate --strict

.github/workflows/markdown-normalize.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: Git checkout
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v2.3.4
1515

1616
- name: Prettify markdown
1717
uses: creyD/[email protected]

.github/workflows/tests_go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ jobs:
1212
with:
1313
go-version: ${{ matrix.go-version }}
1414
- name: Checkout code
15-
uses: actions/checkout@v2
15+
uses: actions/checkout@v2.3.4
1616
- name: Test
1717
run: go test src/go/t1

0 commit comments

Comments
 (0)