Skip to content

Commit

Permalink
Update to actions/checkout v4
Browse files Browse the repository at this point in the history
  • Loading branch information
elinork committed Oct 25, 2023
1 parent 04e65ee commit 43a4c64
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build-cloud-gov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

steps:
- name: Checkout Code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 1
ref: cloud-gov
Expand All @@ -35,7 +35,7 @@ jobs:
if [ -d "main-branch" ]; then rm -fr main-branch; fi
- name: Checkout default branch to main-branch path
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 1
path: main-branch
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:

steps:
- name: Checkout Code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 1
ref: cloud-gov
Expand Down Expand Up @@ -161,7 +161,6 @@ jobs:
name: debug-outputs
path: debug-outputs


- name: Commit & Push
if: ${{ success() }}
run: |
Expand Down

0 comments on commit 43a4c64

Please sign in to comment.