Skip to content

Commit 2ff1f08

Browse files
authored
Merge pull request #191 from ruby/dependabot/github_actions/actions/checkout-3.5.2
Bump actions/checkout from 3.5.0 to 3.5.2
2 parents ee2e4a5 + aaa7685 commit 2ff1f08

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/check_changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
!contains(github.event.pull_request.body, '[skip ci]') &&
1414
!contains(github.event.pull_request.labels.*.name, 'skip changelog')
1515
steps:
16-
- uses: actions/[email protected].0
16+
- uses: actions/[email protected].2
1717
- name: Check that CHANGELOG is touched
1818
run: |
1919
git fetch origin ${{ github.base_ref }} --depth 1 && \

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout code
12-
uses: actions/[email protected].0
12+
uses: actions/[email protected].2
1313
- name: Set up Ruby
1414
uses: ruby/setup-ruby@v1
1515
with:
@@ -33,7 +33,7 @@ jobs:
3333
- head
3434
steps:
3535
- name: Checkout code
36-
uses: actions/[email protected].0
36+
uses: actions/[email protected].2
3737
- name: Set up Ruby
3838
uses: ruby/setup-ruby@v1
3939
with:

0 commit comments

Comments
 (0)