Skip to content

Commit

Permalink
Bump the ci-dependencies group with 2 updates (#5)
Browse files Browse the repository at this point in the history
Bumps the ci-dependencies group with 2 updates: [darbiadev/.github](https://github.com/darbiadev/.github) and [actions/checkout](https://github.com/actions/checkout).


Updates `darbiadev/.github` from 13.0.0 to 13.0.3
- [Release notes](https://github.com/darbiadev/.github/releases)
- [Commits](darbiadev/.github@v13.0.0...29197a3)

Updates `actions/checkout` from 4.1.1 to 4.1.2
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.1.1...9bb5618)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 4, 2024
1 parent 82bdcb3 commit d6dc306
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/container-build-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ permissions:

jobs:
build-push:
uses: darbiadev/.github/.github/workflows/docker-build-push.yaml@ea97d99e1520c46080c4c9032a69552e491474ac # v13.0.0
uses: darbiadev/.github/.github/workflows/docker-build-push.yaml@29197a38ef3741064f47b623ede0c1ad22402c57 # v13.0.3
with:
file-name: Dockerfile
2 changes: 1 addition & 1 deletion .github/workflows/sentry-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

steps:
- name: "Checkout repository"
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2

- name: "Create Sentry release"
uses: getsentry/action-release@e769183448303de84c5a06aaaddf9da7be26d6c7 # v1.7.0
Expand Down

0 comments on commit d6dc306

Please sign in to comment.