Skip to content

Commit c3705e7

Browse files
Update GitHub Actions
1 parent e6f7d12 commit c3705e7

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
runs-on: ubuntu-latest
3131
steps:
3232
- uses: actions/checkout@v6
33-
- uses: actions/cache@v4
33+
- uses: actions/cache@v5
3434
with:
3535
path: repositories
3636
key: v2-${{ hashFiles('repositories.json') }}

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v6
13-
- uses: actions/cache@v4
13+
- uses: actions/cache@v5
1414
with:
1515
path: repositories
1616
key: v2-${{ hashFiles('repositories.json') }}
@@ -22,7 +22,7 @@ jobs:
2222
env:
2323
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2424
- name: Upload Reports
25-
uses: actions/upload-artifact@v5
25+
uses: actions/upload-artifact@v6
2626
with:
2727
name: Reports
2828
path: reports

.github/workflows/update-repositories.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/checkout@v6
1414

1515
- name: Restore cache
16-
uses: actions/cache@v4
16+
uses: actions/cache@v5
1717
with:
1818
path: repositories
1919
key: v2-${{ hashFiles('repositories.json') }}
@@ -32,7 +32,7 @@ jobs:
3232
- name: Run tests
3333
run: yarn execute "RUN https://pkg.pr.new/prettier/prettier@main VS latest"
3434

35-
- uses: peter-evans/create-pull-request@v7
35+
- uses: peter-evans/create-pull-request@v8
3636
with:
3737
commit-message: "Update repositories.json"
3838
branch: automated-update-repositories

0 commit comments

Comments
 (0)