Skip to content

Commit

Permalink
Bump osinfra-io/github-misc-called-workflows from 0.1.7 to 0.1.8 (#62)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 20, 2025
1 parent 9c400ee commit 40ec59d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/add-to-projects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permissions:
jobs:
add-to-osinfra-project:
name: Open Source Infrastructure (as Code)
uses: osinfra-io/github-misc-called-workflows/.github/workflows/add-to-project.yml@v0.1.7
uses: osinfra-io/github-misc-called-workflows/.github/workflows/add-to-project.yml@v0.1.8
with:
project_id: 1
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ permissions:
jobs:
dependabot:
name: Dependabot
uses: osinfra-io/github-misc-called-workflows/.github/workflows/dependabot.yml@v0.1.7
uses: osinfra-io/github-misc-called-workflows/.github/workflows/dependabot.yml@v0.1.8
secrets:
pr_approve_and_merge_pem: ${{ secrets.PR_APPROVE_AND_MERGE_PEM }}
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:
jobs:
build_and_push_us:
name: "Sandbox Registry: us-docker.pkg.dev"
uses: osinfra-io/github-misc-called-workflows/.github/workflows/build-and-push.yml@v0.1.7
uses: osinfra-io/github-misc-called-workflows/.github/workflows/build-and-push.yml@v0.1.8
if: github.actor != 'dependabot[bot]'
with:
cache_from: type=registry,ref=us-docker.pkg.dev/plt-lz-services-tf7f-sb/plt-docker-standard/istio-test:latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sandbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

build_and_push_us:
name: "Sandbox Registry: us-docker.pkg.dev"
uses: osinfra-io/github-misc-called-workflows/.github/workflows/build-and-push.yml@v0.1.7
uses: osinfra-io/github-misc-called-workflows/.github/workflows/build-and-push.yml@v0.1.8
if: github.actor != 'dependabot[bot]'
needs: run_go_tests
with:
Expand Down

0 comments on commit 40ec59d

Please sign in to comment.