Skip to content

Commit 61861d1

Browse files
authored
ci: update actions for the autofix.ci workflow (#174)
fix(ci): pin `autofix-ci/action@v1.3.2` by commit hash Used `v1.3.2` to avoid the hostname change. Support for Node.js version 24 is not yet available. Also: - pin `actions/checkout@v6.0.2` by commit hash
1 parent 6f5bd06 commit 61861d1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/format.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: 📥 Checkout
18-
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
18+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1919

2020
- name: 🛠️ Setup Bun
2121
uses: ./
@@ -29,4 +29,4 @@ jobs:
2929
bun run build
3030
3131
- name: 💾 Commit
32-
uses: autofix-ci/action@551dded8c6cc8a1054039c8bc0b8b48c51dfc6ef
32+
uses: autofix-ci/action@635ffb0c9798bd160680f18fd73371e355b85f27 # v1.3.2

0 commit comments

Comments
 (0)