Skip to content
This repository was archived by the owner on Oct 29, 2025. It is now read-only.

Commit 98f353e

Browse files
authored
Merge pull request #279 from calcom/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents 7929371 + 625fb63 commit 98f353e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/create-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717

1818
- name: Checkout source
19-
uses: actions/checkout@v3
19+
uses: actions/checkout@v4
2020
with:
2121
token: ${{ secrets.ACTIONS_ACCESS_TOKEN }}
2222
submodules: true

.github/workflows/update-submodules.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
shell: bash
1414
steps:
1515
- name: checkout
16-
uses: actions/checkout@v3
16+
uses: actions/checkout@v4
1717

1818
- name: Git submodule update
1919
run: |

0 commit comments

Comments
 (0)