Skip to content

Commit 40904df

Browse files
Update GitHub Actions
1 parent 24ff207 commit 40904df

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') }}
@@ -26,7 +26,7 @@ jobs:
2626
env:
2727
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2828
- name: Upload Reports
29-
uses: actions/upload-artifact@v5
29+
uses: actions/upload-artifact@v6
3030
with:
3131
name: Reports
3232
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)