Skip to content

Commit

Permalink
update checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Feb 14, 2024
1 parent 852cb96 commit ed55f58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-packages-file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
GITHUB_PAT: ${{ secrets.ANONYMOUS_PAT }}
steps:

- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Build packages.json
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
REPO_PAT: ${{ secrets.GITHUB_TOKEN }}
R_REMOTES_NO_ERRORS_FROM_WARNINGS: false
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: r-lib/actions/setup-r@v2

Expand Down

0 comments on commit ed55f58

Please sign in to comment.