Skip to content

Commit

Permalink
Merge branch 'main' into test/node_create_e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
RickyLB authored Dec 2, 2024
2 parents edb1ef8 + 88c1ea7 commit 34e00cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/swift-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
egress-policy: audit

- name: Checkout Code
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: Install swift-format
run: brew install swift-format
Expand All @@ -48,7 +48,7 @@ jobs:
swift-version: ${{ matrix.swift }}

- name: Checkout Code
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: Cache
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
swift-version: ${{ matrix.swift }}

- name: Checkout Code
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: Cache Code
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
Expand Down

0 comments on commit 34e00cf

Please sign in to comment.