Skip to content

Commit fbc8bb4

Browse files
chore(actions): update actions/checkout action to v4
1 parent 95f6b1f commit fbc8bb4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/merge-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
release_notes: ${{ steps.semantic.outputs.new_release_notes }}
2222

2323
steps:
24-
- uses: actions/checkout@v3
24+
- uses: actions/checkout@v4
2525
with:
2626
token: ${{ secrets.ACCESS_TOKEN }}
2727

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-20.04
1919

2020
steps:
21-
- uses: actions/checkout@v3
21+
- uses: actions/checkout@v4
2222

2323
- uses: swift-actions/setup-swift@v1
2424
with:

0 commit comments

Comments
 (0)