Skip to content

Commit 89378b1

Browse files
committed
use @main actions
1 parent e258070 commit 89378b1

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/_atlas-migrations-reusable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
steps:
122122
- name: Checkout with GitHub App
123123
id: checkout
124-
uses: zondax/_actions/checkout-with-app@feat/configure-private-repos
124+
uses: zondax/_actions/checkout-with-app@main
125125
with:
126126
github_app_auth: ${{ inputs.github_app_auth }}
127127
github_app_repos: ${{ inputs.github_app_repos }}

.github/workflows/_checks-golang.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
steps:
7878
- name: Checkout with GitHub App
7979
id: checkout
80-
uses: zondax/_actions/checkout-with-app@feat/configure-private-repos
80+
uses: zondax/_actions/checkout-with-app@main
8181
with:
8282
github_app_auth: ${{ inputs.github_app_auth }}
8383
github_app_repos: ${{ inputs.github_app_repos }}

.github/workflows/_cloud-run-build-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
steps:
6161
- name: Checkout with GitHub App
6262
id: checkout
63-
uses: zondax/_actions/checkout-with-app@feat/configure-private-repos
63+
uses: zondax/_actions/checkout-with-app@main
6464
with:
6565
github_app_auth: ${{ inputs.github_app_auth }}
6666
github_app_repos: ${{ inputs.github_app_repos }}

.github/workflows/_pulumi-wif.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
run: sudo apt-get update && sudo apt-get install -y git
6767

6868
- name: Checkout with GitHub App
69-
uses: zondax/_actions/checkout-with-app@feat/configure-private-repos
69+
uses: zondax/_actions/checkout-with-app@main
7070
with:
7171
github_app_auth: ${{ inputs.github_app_auth }}
7272
github_app_repos: ${{ inputs.github_app_repos }}

0 commit comments

Comments
 (0)