Skip to content

Commit

Permalink
Merge pull request #1190 from google:dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-3.5.0

PiperOrigin-RevId: 520766426
Change-Id: I61f514f4f8636766d46f93fa427ae0522cc858e3
  • Loading branch information
Copybara-Service committed Mar 30, 2023
2 parents 1d34579 + a2f167c commit 5c8d860
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/draft-github-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v3.5.0
with:
# We need to fetch the full repository in order to write complete
# release notes.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-on-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
# This action checks out at the commit of the tagged release.
- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v3.5.0
# Install all deps in preparation for creating a release.
# Unlike publishing, this is done using the normal NPM registry
# to download deps.
Expand Down

0 comments on commit 5c8d860

Please sign in to comment.