Skip to content

[gha] bump open-edge-platform/orch-ci from 0.1.31 to 0.1.34 #86

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/auto-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ jobs:
persist-credentials: false

- name: Update pull requests
uses: open-edge-platform/orch-ci/.github/actions/pr_updater@5ea97eb41959d0922ab99956b4db23910f4fb4a2 # 0.1.31
uses: open-edge-platform/orch-ci/.github/actions/pr_updater@070a95caeeed643fc9d1a34c11eac78179ce136d # 0.1.34
with:
github_token: ${{ secrets.SYS_ORCH_GITHUB }}
2 changes: 1 addition & 1 deletion .github/workflows/post-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
contents: read
security-events: write
id-token: write
uses: open-edge-platform/orch-ci/.github/workflows/post-merge.yml@0.1.31
uses: open-edge-platform/orch-ci/.github/workflows/post-merge.yml@0.1.34
with:
cache_go: true
remove_cache_go: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
permissions:
contents: read
needs: [lint, build, test]
uses: open-edge-platform/orch-ci/.github/workflows/pre-merge.yml@0.1.31
uses: open-edge-platform/orch-ci/.github/workflows/pre-merge.yml@0.1.34
with:
bootstrap_tools: "base,go"
cache_go: true
Expand Down
Loading