Skip to content
Open
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
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
timeout-minutes: 10
steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v6
- name: Create tag
id: docker_tag
run: |
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
docker push us-docker.pkg.dev/plaidcloud-build/us-plaidcloud/tenant-tools/sftpgo-user-updater:${{ steps.docker_tag.outputs.tag }}
docker push us-docker.pkg.dev/plaidcloud-build/us-plaidcloud/tenant-tools/sftpgo-user-updater:latest
- name: Checkout Tenant Infrastructure Repository
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
repository: PlaidCloud/plaid-tenant-infrastructure
ref: master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr_trivy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
timeout-minutes: 15
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
- name: Build image for scanning
uses: docker/build-push-action@v5
with:
Expand Down
Loading