File tree 2 files changed +11
-3
lines changed
2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -21,18 +21,23 @@ jobs:
21
21
22
22
with :
23
23
access_token : ${{ github.token }}
24
+
24
25
- uses : actions/checkout@v4
25
26
with :
26
27
fetch-depth : 0
28
+
27
29
- name : Set up Python
28
- uses : actions/setup-python@v5.3 .0
30
+ uses : actions/setup-python@v5.4 .0
29
31
with :
30
- python-version : " 3.9"
31
- architecture : " x64"
32
+ python-version : " 3.13"
33
+
34
+ - uses : r-lib/actions/setup-r@v2
35
+
32
36
- name : Run pre-commit
33
37
uses :
pre-commit/[email protected]
34
38
env :
35
39
SKIP : pkgdown
40
+
36
41
- name : Commit files
37
42
if : failure() && startsWith(github.ref, 'refs/heads')
38
43
run : |
@@ -42,12 +47,14 @@ jobs:
42
47
git checkout -- .github/workflows
43
48
git commit -m "pre-commit" -a
44
49
fi
50
+
45
51
- name : Push changes
46
52
if : failure() && startsWith(github.ref, 'refs/heads')
47
53
uses : ad-m/github-push-action@master
48
54
with :
49
55
github_token : ${{ secrets.GITHUB_TOKEN }}
50
56
branch : ${{ github.ref }}
57
+
51
58
env :
52
59
RENV_CONFIG_CACHE_ENABLED : FALSE
53
60
GITHUB_PAT : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1
1
Version: 1.0
2
+ ProjectId: 0778f065-a50f-4f3e-8b43-841eded0d216
2
3
3
4
RestoreWorkspace: No
4
5
SaveWorkspace: No
You can’t perform that action at this time.
0 commit comments