Skip to content

Commit

Permalink
Use v4 of checkout everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
rikardn committed Aug 27, 2024
1 parent e21646e commit 55c2483
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-pharmr/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ runs:
using: "composite"
steps:
- name: Checkout Pharmpy
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: pharmpy/pharmpy
path: pharmpy_repo
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Checkout pharmr
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: pharmr_repo

Expand Down Expand Up @@ -70,4 +70,4 @@ jobs:
git push --tags https://$USERNAME:[email protected]/pharmpy/pharmr.git
env:
REPO_KEY: ${{secrets.ACCESS_TOKEN}}
USERNAME: github-actions[bot]
USERNAME: github-actions[bot]

0 comments on commit 55c2483

Please sign in to comment.