Skip to content

Commit 5595073

Browse files
chore(deps): bump actions/checkout from 6 to 7 (#90)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a1c5ad8 commit 5595073

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Checkout main branch
22-
uses: actions/checkout@v6
22+
uses: actions/checkout@v7
2323

2424
- name: Setup Python 3.x
2525
uses: actions/setup-python@v6

.github/workflows/opencode.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
issues: read
2323
steps:
2424
- name: Checkout repository
25-
uses: actions/checkout@v6
25+
uses: actions/checkout@v7
2626
with:
2727
persist-credentials: false
2828

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v6
17+
uses: actions/checkout@v7
1818

1919
- name: Set up JDK 17
2020
uses: actions/setup-java@v5

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
contents: write
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v6
17+
uses: actions/checkout@v7
1818
with:
1919
token: ${{ secrets.ADMIN_GITHUB_TOKEN }}
2020

@@ -71,7 +71,7 @@ jobs:
7171
contents: write
7272
steps:
7373
- name: Checkout
74-
uses: actions/checkout@v6
74+
uses: actions/checkout@v7
7575
with:
7676
token: ${{ secrets.ADMIN_GITHUB_TOKEN }}
7777
ref: main

0 commit comments

Comments
 (0)