Skip to content

Commit

Permalink
build(deps): bump the ci-dependencies group with 1 update
Browse files Browse the repository at this point in the history
Bumps the ci-dependencies group with 1 update: [actions/checkout](https://github.com/actions/checkout).

- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: ci-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 10, 2023
1 parent 760acc2 commit 179a8c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
python-version: "3.10"

- name: ⬇️ Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: 📥 Install project
run: pip install -e .[tests]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:

steps:
- name: ⬇️ Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: 🚢 Deploy
uses: agrc/cloud-run-docker-deploy-composite-action@v1
Expand Down

0 comments on commit 179a8c2

Please sign in to comment.