Skip to content

Commit

Permalink
fix: actions/checkout branch
Browse files Browse the repository at this point in the history
  • Loading branch information
cyaiox committed May 8, 2024
1 parent f45afaf commit 9537fe4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
registry-paths: ${{ steps.push-to-quay.outputs.registry-paths }}

steps:
- uses: actions/checkout@master
- uses: actions/checkout@main

- name: reconfigure git to use HTTP authentication
run: >
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@master
- uses: actions/checkout@main

- name: Reconfigure git to use HTTP authentication
run: >
Expand Down

0 comments on commit 9537fe4

Please sign in to comment.