Skip to content

Commit 071b275

Browse files
renovate[bot]Gerschtli
authored andcommitted
chore(deps): update actions/checkout action to v6
1 parent 52f937c commit 071b275

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

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

9090
steps:
9191
- name: Checkout repository
92-
uses: actions/checkout@v5
92+
uses: actions/checkout@v6
9393
with:
9494
ref: ${{ inputs.branch }}
9595
persist-credentials: false

.github/workflows/update.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- name: Checkout repository
17-
uses: actions/checkout@v5
17+
uses: actions/checkout@v6
1818
with:
1919
fetch-depth: 0
2020
persist-credentials: true
@@ -75,7 +75,7 @@ jobs:
7575

7676
steps:
7777
- name: Checkout repository
78-
uses: actions/checkout@v5
78+
uses: actions/checkout@v6
7979
with:
8080
fetch-depth: 0
8181
persist-credentials: true

0 commit comments

Comments
 (0)