Skip to content

Commit 7b73aaa

Browse files
Bump actions/checkout from 4.1.3 to 4.1.4 (#265)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d365b2d commit 7b73aaa

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/builder.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
release: ${{ steps.version.outputs.version }}
2727
steps:
2828
- name: Checkout the repository
29-
uses: actions/checkout@v4.1.3
29+
uses: actions/checkout@v4.1.4
3030
with:
3131
fetch-depth: 0
3232

@@ -74,7 +74,7 @@ jobs:
7474
version: ["3.16", "3.17", "3.18", "3.19"]
7575
steps:
7676
- name: Checkout the repository
77-
uses: actions/checkout@v4.1.3
77+
uses: actions/checkout@v4.1.4
7878

7979
- name: Login to GitHub Container Registry
8080
if: github.event_name == 'release'
@@ -118,7 +118,7 @@ jobs:
118118
version: ["buster", "bullseye", "bookworm"]
119119
steps:
120120
- name: Checkout the repository
121-
uses: actions/checkout@v4.1.3
121+
uses: actions/checkout@v4.1.4
122122

123123
- name: Login to GitHub Container Registry
124124
if: github.event_name == 'release'
@@ -163,7 +163,7 @@ jobs:
163163
version: ["16.04", "18.04", "20.04"]
164164
steps:
165165
- name: Checkout the repository
166-
uses: actions/checkout@v4.1.3
166+
uses: actions/checkout@v4.1.4
167167

168168
- name: Login to GitHub Container Registry
169169
if: github.event_name == 'release'
@@ -207,7 +207,7 @@ jobs:
207207
version: ["buster", "bullseye", "bookworm"]
208208
steps:
209209
- name: Checkout the repository
210-
uses: actions/checkout@v4.1.3
210+
uses: actions/checkout@v4.1.4
211211

212212
- name: Login to GitHub Container Registry
213213
if: github.event_name == 'release'
@@ -253,7 +253,7 @@ jobs:
253253
python: ["3.10", "3.11", "3.12"]
254254
steps:
255255
- name: Checkout the repository
256-
uses: actions/checkout@v4.1.3
256+
uses: actions/checkout@v4.1.4
257257

258258
- name: Login to GitHub Container Registry
259259
if: github.event_name == 'release'

.github/workflows/release-drafter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Release Drafter
1212
steps:
1313
- name: Checkout the repository
14-
uses: actions/checkout@v4.1.3
14+
uses: actions/checkout@v4.1.4
1515
with:
1616
fetch-depth: 0
1717

0 commit comments

Comments
 (0)