Skip to content

Commit

Permalink
Merge pull request #29 from CGAL/dependabot/github_actions/actions/ch…
Browse files Browse the repository at this point in the history
…eckout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
lrineau authored Sep 4, 2023
2 parents 70d711f + 34c7fe3 commit 0e046cd
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_web_site_with_ssh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Change BASE_PATH
run: yq -i '.JB.BASE_PATH = "${{ vars.CGAL_WEB_SITE_URL }}"' _config.yml
- name: Remove demo/ (temporarily)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Receive_PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Change BASE_PATH
run: yq -i '.JB.BASE_PATH = "https://cgal.github.io/cgal-web"' _config.yml
- name: Remove demo/ (temporarily)
Expand Down

0 comments on commit 0e046cd

Please sign in to comment.