Skip to content

Commit

Permalink
Merge pull request #352 from trieb-work/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/checkout-4.0.0

build(deps): bump actions/checkout from 3.6.0 to 4.0.0
  • Loading branch information
JannikZed committed Sep 14, 2023
2 parents 2882277 + b63cbf3 commit 92cc4a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.6.0
- uses: actions/checkout@v4.0.0
with:
# pulls all commits (needed for lerna to correctly version)
# see https://stackoverflow.com/a/60184319/9285308 & https://github.com/actions/checkout
Expand Down

0 comments on commit 92cc4a0

Please sign in to comment.