Skip to content

Commit

Permalink
Merge pull request #73 from theupdateframework/dependabot/github_acti…
Browse files Browse the repository at this point in the history
…ons/actions/checkout-4.0.0

build(deps): bump actions/checkout from 3.6.0 to 4.0.0
  • Loading branch information
jku authored Sep 5, 2023
2 parents 9fc6ba7 + 1b1d189 commit c4ed6e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
permissions:
contents: read
steps:
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0

- uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: Build tuf-on-ci signer
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0

- uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1
with:
Expand Down

0 comments on commit c4ed6e3

Please sign in to comment.