Skip to content

Commit 25d149a

Browse files
Update actions/checkout action to v7
1 parent a686837 commit 25d149a

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/graphs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
shell: bash
4444
run: echo "GH_APP_PRIVATE_KEY=" >> "$GITHUB_ENV"
4545
- name: Checkout
46-
uses: actions/checkout@v6
46+
uses: actions/checkout@v7
4747
with:
4848
ref: ${{ github.head_ref || github.ref_name }}
4949
token: ${{ steps.app_token.outputs.token || secrets.GH_PAT || github.token }}

.github/workflows/response-time.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
shell: bash
4444
run: echo "GH_APP_PRIVATE_KEY=" >> "$GITHUB_ENV"
4545
- name: Checkout
46-
uses: actions/checkout@v6
46+
uses: actions/checkout@v7
4747
with:
4848
ref: ${{ github.head_ref || github.ref_name }}
4949
token: ${{ steps.app_token.outputs.token || secrets.GH_PAT || github.token }}

.github/workflows/setup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
shell: bash
4545
run: echo "GH_APP_PRIVATE_KEY=" >> "$GITHUB_ENV"
4646
- name: Checkout
47-
uses: actions/checkout@v6
47+
uses: actions/checkout@v7
4848
with:
4949
ref: ${{ github.head_ref || github.ref_name }}
5050
token: ${{ steps.app_token.outputs.token || secrets.GH_PAT || github.token }}

.github/workflows/site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
shell: bash
4848
run: echo "GH_APP_PRIVATE_KEY=" >> "$GITHUB_ENV"
4949
- name: Checkout
50-
uses: actions/checkout@v6
50+
uses: actions/checkout@v7
5151
with:
5252
ref: ${{ github.head_ref || github.ref_name }}
5353
token: ${{ steps.app_token.outputs.token || secrets.GH_PAT || github.token }}

.github/workflows/summary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
shell: bash
4444
run: echo "GH_APP_PRIVATE_KEY=" >> "$GITHUB_ENV"
4545
- name: Checkout
46-
uses: actions/checkout@v6
46+
uses: actions/checkout@v7
4747
with:
4848
ref: ${{ github.head_ref || github.ref_name }}
4949
token: ${{ steps.app_token.outputs.token || secrets.GH_PAT || github.token }}

.github/workflows/update-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
shell: bash
4444
run: echo "GH_APP_PRIVATE_KEY=" >> "$GITHUB_ENV"
4545
- name: Checkout
46-
uses: actions/checkout@v6
46+
uses: actions/checkout@v7
4747
with:
4848
ref: ${{ github.head_ref || github.ref_name }}
4949
token: ${{ steps.app_token.outputs.token || secrets.GH_PAT || github.token }}

.github/workflows/updates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
shell: bash
4444
run: echo "GH_APP_PRIVATE_KEY=" >> "$GITHUB_ENV"
4545
- name: Checkout
46-
uses: actions/checkout@v6
46+
uses: actions/checkout@v7
4747
with:
4848
ref: ${{ github.head_ref || github.ref_name }}
4949
token: ${{ steps.app_token.outputs.token || secrets.GH_PAT || github.token }}

.github/workflows/uptime.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
shell: bash
4444
run: echo "GH_APP_PRIVATE_KEY=" >> "$GITHUB_ENV"
4545
- name: Checkout
46-
uses: actions/checkout@v6
46+
uses: actions/checkout@v7
4747
with:
4848
ref: ${{ github.head_ref || github.ref_name }}
4949
token: ${{ steps.app_token.outputs.token || secrets.GH_PAT || github.token }}

0 commit comments

Comments
 (0)