Skip to content

Commit 793c7f6

Browse files
authored
Update actions/checkout action to v7.0.1 (#153)
Co-authored-by: descope[bot] <107609351+descope[bot]@users.noreply.github.com>
1 parent 647c504 commit 793c7f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: macos-15
99
steps:
1010
- name: Checkout Code
11-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
11+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
1212
- name: Build
1313
run: swift build -v
1414
- name: Run tests

0 commit comments

Comments
 (0)