Skip to content

Commit 850ba60

Browse files
committed
ci: Upgrade checkout action from v4 to v6
1 parent bfd3938 commit 850ba60

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
cp -r ${{ github.workspace }}/${{ github.event.repository.name }}/build/ ${{ github.workspace }}/${{ github.event.repository.name }}_UnitTests/Components
5454
5555
- name: Checkout setup4d-action
56-
uses: actions/checkout@v4
56+
uses: actions/checkout@v6
5757
with:
5858
repository: 4d/setup4d-action
5959
token: ${{ secrets.GH_4D_ACTION_TOKEN }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
runs-on: ubuntu-latest
7474
steps:
7575
- name: 📄 Checkout repository
76-
uses: actions/checkout@v4
76+
uses: actions/checkout@v6
7777
with:
7878
lfs: true
7979
# Disabling shallow clone is recommended for improving relevancy of reporting

0 commit comments

Comments
 (0)