Skip to content

Commit ec6f484

Browse files
Merge pull request #1252 from r-lib/dependabot/github_actions/actions/setup-python-5.4.0
Bump actions/setup-python from 5.3.0 to 5.4.0
2 parents 84f250a + 6ed7331 commit ec6f484

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

.github/workflows/pre-commit.yaml

+10-3
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,23 @@ jobs:
2121
uses: styfle/[email protected]
2222
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 }}

styler.Rproj

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
Version: 1.0
2+
ProjectId: 0778f065-a50f-4f3e-8b43-841eded0d216
23

34
RestoreWorkspace: No
45
SaveWorkspace: No

0 commit comments

Comments
 (0)