Skip to content

Commit ee65a96

Browse files
ci(deps): Update Github-actions to v7
1 parent 962081a commit ee65a96

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
app_id: ${{ secrets.NOTIFYCAL_CICD_APP_ID }}
3131
private_key: ${{ secrets.NOTIFYCAL_CICD_APP_SECRET }}
3232

33-
- uses: actions/checkout@v6
33+
- uses: actions/checkout@v7
3434
with:
3535
ref: ${{ github.head_ref || github.ref_name }}
3636
token: ${{ steps.gh-app-auth.outputs.token }}

.github/workflows/unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
steps:
2222
- name: Checkout
23-
uses: actions/checkout@v6
23+
uses: actions/checkout@v7
2424

2525
- name: Set up Python 3.11
2626
uses: actions/setup-python@v6

0 commit comments

Comments
 (0)