Skip to content

Commit a0607b2

Browse files
authored
Merge pull request #1408 from TeamNewPipe/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 31edd9f + d75d260 commit a0607b2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
build-and-test:
2626
runs-on: ubuntu-latest
2727
steps:
28-
- uses: actions/checkout@v5
28+
- uses: actions/checkout@v6
2929

3030
- name: set up JDK 11
3131
uses: actions/setup-java@v5

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
build-and-deploy-docs:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v5
16+
- uses: actions/checkout@v6
1717

1818
- name: set up JDK 11
1919
uses: actions/setup-java@v5

0 commit comments

Comments
 (0)