Skip to content

Commit d41239f

Browse files
authored
Merge pull request #206 from lpsm-dev/renovate/actions-checkout-4.x
chore(deps): update actions/checkout action to v4
2 parents 86a1bde + e7c2c0e commit d41239f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/_goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-24.04
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v3.6.0
18+
uses: actions/checkout@v4.2.2
1919
with:
2020
fetch-depth: 0
2121

.github/workflows/_quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-24.04
1212
steps:
1313
- name: Check out code from GitHub
14-
uses: actions/checkout@v3.6.0
14+
uses: actions/checkout@v4.2.2
1515
with:
1616
fetch-depth: 0
1717

.github/workflows/_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-24.04
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v3
18+
uses: actions/checkout@v4
1919
with:
2020
fetch-depth: 0
2121
persist-credentials: false

0 commit comments

Comments
 (0)