Skip to content

Commit 793ce3f

Browse files
fix(ci): switch back to upstream swift-actions/setup-swift (generated)
algolia/api-clients-automation#6822 Co-authored-by: Mario-Alexandru Dan <marioalexandrudan@gmail.com>
1 parent eb50a2f commit 793ce3f

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/do-not-edit-this-repository.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: Close PR
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v7
17+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
1818

1919
- name: Close PR
2020
env:

.github/workflows/issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Create ticket
15-
uses: actions/github-script@v9
15+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
1616
with:
1717
script: |
1818
const action = context.payload.action;

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ jobs:
1515
runs-on: ubuntu-22.04
1616
if: "startsWith(github.event.head_commit.message, 'chore: release')"
1717
steps:
18-
- uses: actions/checkout@v7
18+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
1919
with:
2020
fetch-depth: 0
2121

2222
- name: Install Node
23-
uses: actions/setup-node@v6
23+
uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6.5.0
2424
with:
2525
node-version-file: .nvmrc
2626
cache: yarn

0 commit comments

Comments
 (0)