File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -21,18 +21,23 @@ jobs:
21212222 with :
2323 access_token : ${{ github.token }}
24+
2425 - uses : actions/checkout@v4
2526 with :
2627 fetch-depth : 0
28+
2729 - name : Set up Python
28- uses : actions/setup-python@v5.3 .0
30+ uses : actions/setup-python@v5.4 .0
2931 with :
30- python-version : " 3.9"
31- architecture : " x64"
32+ python-version : " 3.13"
33+
34+ - uses : r-lib/actions/setup-r@v2
35+
3236 - name : Run pre-commit
3337 uses :
pre-commit/[email protected] 3438 env :
3539 SKIP : pkgdown
40+
3641 - name : Commit files
3742 if : failure() && startsWith(github.ref, 'refs/heads')
3843 run : |
@@ -42,12 +47,14 @@ jobs:
4247 git checkout -- .github/workflows
4348 git commit -m "pre-commit" -a
4449 fi
50+
4551 - name : Push changes
4652 if : failure() && startsWith(github.ref, 'refs/heads')
4753 uses : ad-m/github-push-action@master
4854 with :
4955 github_token : ${{ secrets.GITHUB_TOKEN }}
5056 branch : ${{ github.ref }}
57+
5158 env :
5259 RENV_CONFIG_CACHE_ENABLED : FALSE
5360 GITHUB_PAT : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 11Version: 1.0
2+ ProjectId: 0778f065-a50f-4f3e-8b43-841eded0d216
23
34RestoreWorkspace: No
45SaveWorkspace: No
You can’t perform that action at this time.
0 commit comments