Skip to content

Commit 38b5e07

Browse files
build(deps): bump actions/checkout from 2.4.0 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.4.0 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@ec3a7ce...a12a394) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0504866 commit 38b5e07

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

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

4242
steps:
4343
- name: Checkout TUF
44-
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
44+
uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846
4545

4646
- name: Set up Python ${{ matrix.python-version }}
4747
uses: actions/setup-python@0ebf233433c08fb9061af664d501c3f3ff0e9e20

.github/workflows/specification-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: Open an issue when spec version bumps
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
17+
- uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846
1818
- uses: actions/setup-python@0ebf233433c08fb9061af664d501c3f3ff0e9e20
1919
- name: Get supported version
2020
id: get-version

0 commit comments

Comments
 (0)