Skip to content

Commit

Permalink
checkout to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
richja authored Dec 11, 2024
1 parent b779f57 commit 343abbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Validate charity.json
uses: docker://orrosenblatt/validate-json-action:latest
env:
Expand All @@ -24,7 +24,7 @@ jobs:
needs: validate
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 10
- name: git-ftp push
Expand Down

0 comments on commit 343abbd

Please sign in to comment.