Skip to content

Commit 8d4b27b

Browse files
authored
Merge pull request #1 from Allan-Nava/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
2 parents 265cba7 + 3208577 commit 8d4b27b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
build:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v3
1717

1818
- name: Setup Node.js environment
1919
uses: actions/setup-node@v2.1.2

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v3
1414

1515
- name: Setup Node.js environment
1616
uses: actions/setup-node@v2.1.2

0 commit comments

Comments
 (0)