mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
Merge pull request #1957 from theupdateframework/dependabot/github_actions/actions/checkout-3.0.1
build(deps): bump actions/checkout from 3.0.0 to 3.0.1
This commit is contained in:
commit
9da9050dd0
2 changed files with 2 additions and 2 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -41,7 +41,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Checkout TUF
|
||||
uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846
|
||||
uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748
|
||||
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
uses: actions/setup-python@21c0493ecfd34b1217f0a90ec19a327f3cc0a048
|
||||
|
|
|
|||
2
.github/workflows/specification-version.yml
vendored
2
.github/workflows/specification-version.yml
vendored
|
|
@ -14,7 +14,7 @@ jobs:
|
|||
name: Open an issue when spec version bumps
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846
|
||||
- uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748
|
||||
- uses: actions/setup-python@21c0493ecfd34b1217f0a90ec19a327f3cc0a048
|
||||
- name: Get supported version
|
||||
id: get-version
|
||||
|
|
|
|||
Loading…
Reference in a new issue