Skip to content

Commit dc3ff9e

Browse files
Bump osinfra-io/github-misc-called-workflows from 0.2.1 to 0.2.2
Bumps [osinfra-io/github-misc-called-workflows](https://github.com/osinfra-io/github-misc-called-workflows) from 0.2.1 to 0.2.2. - [Release notes](https://github.com/osinfra-io/github-misc-called-workflows/releases) - [Commits](osinfra-io/github-misc-called-workflows@v0.2.1...v0.2.2) --- updated-dependencies: - dependency-name: osinfra-io/github-misc-called-workflows dependency-version: 0.2.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 39320c9 commit dc3ff9e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/add-to-projects.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ permissions:
1414
jobs:
1515
add-to-osinfra-project:
1616
name: Open Source Infrastructure (as Code)
17-
uses: osinfra-io/github-misc-called-workflows/.github/workflows/add-to-project.yml@v0.2.1
17+
uses: osinfra-io/github-misc-called-workflows/.github/workflows/add-to-project.yml@v0.2.2
1818
with:
1919
project_id: 1
2020
secrets:

.github/workflows/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ permissions:
88
jobs:
99
dependabot:
1010
name: Dependabot
11-
uses: osinfra-io/github-misc-called-workflows/.github/workflows/dependabot.yml@v0.2.1
11+
uses: osinfra-io/github-misc-called-workflows/.github/workflows/dependabot.yml@v0.2.2
1212
secrets:
1313
pr_approve_and_merge_pem: ${{ secrets.PR_APPROVE_AND_MERGE_PEM }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ permissions:
1111
jobs:
1212
build_and_push_us:
1313
name: "Sandbox Registry: us-docker.pkg.dev"
14-
uses: osinfra-io/github-misc-called-workflows/.github/workflows/build-and-push.yml@v0.2.1
14+
uses: osinfra-io/github-misc-called-workflows/.github/workflows/build-and-push.yml@v0.2.2
1515
if: github.actor != 'dependabot[bot]'
1616
with:
1717
cache_from: type=registry,ref=us-docker.pkg.dev/plt-lz-services-tf7f-sb/plt-docker-standard/istio-test:latest

.github/workflows/sandbox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
build_and_push_us:
3131
name: "Sandbox Registry: us-docker.pkg.dev"
32-
uses: osinfra-io/github-misc-called-workflows/.github/workflows/build-and-push.yml@v0.2.1
32+
uses: osinfra-io/github-misc-called-workflows/.github/workflows/build-and-push.yml@v0.2.2
3333
if: github.actor != 'dependabot[bot]'
3434
needs: run_go_tests
3535
with:

0 commit comments

Comments
 (0)