Skip to content

Commit b01b216

Browse files
chore(deps): update actions/checkout action to v4.2.0 (#867)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent da5f04b commit b01b216

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release-draft.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
timeout-minutes: 15
2828
steps:
2929
- run: echo "Creating Linux draft release for tag ${{ inputs.tag_name }}"
30-
- uses: actions/checkout@v4.1.7
30+
- uses: actions/checkout@v4.2.0
3131
with:
3232
ref: ${{ inputs.tag_name }}
3333
fetch-depth: 0 # https://github.com/actions/checkout/issues/1471
@@ -94,7 +94,7 @@ jobs:
9494
with:
9595
node-version: 18
9696

97-
- uses: actions/checkout@v4.1.7
97+
- uses: actions/checkout@v4.2.0
9898
with:
9999
ref: ${{ inputs.tag_name }}
100100
fetch-depth: 0 # https://github.com/actions/checkout/issues/1471
@@ -113,7 +113,7 @@ jobs:
113113
APPLE_APP_SPECIFIC_PASSWORD: ${{ secrets.APPLE_APP_SPECIFIC_PASSWORD }}
114114
steps:
115115
- run: echo "Creating Mac release for tag ${{ inputs.tag_name }}"
116-
- uses: actions/checkout@v4.1.7
116+
- uses: actions/checkout@v4.2.0
117117
with:
118118
ref: ${{ inputs.tag_name }}
119119
fetch-depth: 0 # https://github.com/actions/checkout/issues/1471
@@ -137,7 +137,7 @@ jobs:
137137
APPLE_APP_SPECIFIC_PASSWORD: ${{ secrets.APPLE_APP_SPECIFIC_PASSWORD }}
138138
steps:
139139
- run: echo "Creating Mac release for tag ${{ inputs.tag_name }}"
140-
- uses: actions/checkout@v4.1.7
140+
- uses: actions/checkout@v4.2.0
141141
with:
142142
ref: ${{ inputs.tag_name }}
143143
fetch-depth: 0 # https://github.com/actions/checkout/issues/1471

0 commit comments

Comments
 (0)