Skip to content

Commit c4274ed

Browse files
committed
faet: update checkout too
1 parent 258f7ad commit c4274ed

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
latest_tag: ${{ steps.set_latest_tag.outputs.latest_tag }}
1616
steps:
1717
- name: Checkout Code
18-
uses: actions/checkout@v3
18+
uses: actions/checkout@v4
1919
- name: Install musl cc
2020
uses: awalsh128/cache-apt-pkgs-action@v1
2121
with:
@@ -114,7 +114,7 @@ jobs:
114114
environment: main
115115
steps:
116116
- name: Checkout Code
117-
uses: actions/checkout@v3
117+
uses: actions/checkout@v4
118118
- name: Download Github Plugin Artifact
119119
uses: actions/download-artifact@v4
120120
with:
@@ -148,7 +148,7 @@ jobs:
148148
environment: main
149149
steps:
150150
- name: Checkout Code
151-
uses: actions/checkout@v3
151+
uses: actions/checkout@v4
152152
- name: Download Local Describer Artifact
153153
uses: actions/download-artifact@v4
154154
with:
@@ -182,7 +182,7 @@ jobs:
182182
environment: main
183183
steps:
184184
- name: Checkout Code
185-
uses: actions/checkout@v3
185+
uses: actions/checkout@v4
186186
- name: Download Integration Plugin Artifact
187187
uses: actions/download-artifact@v4
188188
with:

0 commit comments

Comments
 (0)