Skip to content

Commit 679a08f

Browse files
Update actions/checkout action to v7
| datasource | package | from | to | | ----------- | ---------------- | ---- | ------ | | github-tags | actions/checkout | v6 | v7.0.1 |
1 parent 4dfa388 commit 679a08f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/continuous-integration.yml

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

5353
steps:
5454
- name: "Checkout"
55-
uses: "actions/checkout@v6"
55+
uses: "actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1" # v7
5656
with:
5757
fetch-depth: 0
5858

@@ -103,7 +103,7 @@ jobs:
103103

104104
steps:
105105
- name: "Checkout"
106-
uses: "actions/checkout@v6"
106+
uses: "actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1" # v7
107107
with:
108108
fetch-depth: 0
109109

.github/workflows/release-on-milestone-closed.yml

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

1515
steps:
1616
- name: "Checkout"
17-
uses: "actions/checkout@v6"
17+
uses: "actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1" # v7
1818

1919
- name: "Release"
2020
uses: "laminas/automatic-releases@v1"

0 commit comments

Comments
 (0)