Skip to content

Commit 271f161

Browse files
authored
Merge pull request #28 from badsyntax/dependabot/github_actions/actions/checkout-3.1.0
Bump actions/checkout from 2 to 3.1.0
2 parents 4bea8b5 + 81f930f commit 271f161

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/issue-comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-20.04
1111
if: github.actor != 'dependabot[bot]' && (github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository)
1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v3.1.0
1414

1515
- uses: ./
1616
name: Template Comment

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
test:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v3.1.0
1414
- name: Set Node.js 16.x
1515
uses: actions/setup-node@v2.5.1
1616
with:

0 commit comments

Comments
 (0)