Skip to content

Commit

Permalink
Merge pull request #288 from kartoza/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-4

build(deps): bump actions/checkout from 1 to 4
  • Loading branch information
NyakudyaA authored Nov 27, 2023
2 parents ad6e234 + e71b84f commit 3c6606f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/BuildMKDocsAndPublishToGithubPages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
mkdocs-material
qrcode
- name: Checkout main from github
uses: actions/checkout@v1
uses: actions/checkout@v4
- name: Create Mkdocs Config 🚀
working-directory: ./docs
run: ./create-mkdocs-html-config.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CompileMKDocsToPDF.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛒
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Create Mkdocs Config 🚀
working-directory: ./docs
run: ./create-mkdocs-pdf-config.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout main
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Create Mkdocs Config 🚀
working-directory: ./docs
Expand Down

0 comments on commit 3c6606f

Please sign in to comment.