Skip to content

Commit aaa7685

Browse files
Bump actions/checkout from 3.5.0 to 3.5.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.0 to 3.5.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3.5.0...v3.5.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ee2e4a5 commit aaa7685

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)