Skip to content

Commit 3ba564d

Browse files
authored
Merge pull request #92 from badsyntax/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
2 parents 70d6e7b + 3cefdef commit 3ba564d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-test-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: 'Build & Test'
1515
runs-on: ubuntu-20.04
1616
steps:
17-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v3
1818

1919
- name: Set Node.js 16.x
2020
uses: actions/setup-node@v3
@@ -53,7 +53,7 @@ jobs:
5353
needs: test
5454
if: github.actor != 'dependabot[bot]' && (github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository)
5555
steps:
56-
- uses: actions/checkout@v2
56+
- uses: actions/checkout@v3
5757

5858
- name: Configure AWS Credentials
5959
uses: aws-actions/configure-aws-credentials@v1

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
steps:
4040
- name: Checkout repository
41-
uses: actions/checkout@v2
41+
uses: actions/checkout@v3
4242

4343
# Initializes the CodeQL tools for scanning.
4444
- name: Initialize CodeQL

0 commit comments

Comments
 (0)