Skip to content

Commit bf96d26

Browse files
authored
chore: update actions and pin to hash (#171)
1 parent de1ef28 commit bf96d26

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/installer.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ jobs:
4747
run:
4848
shell: bash
4949
steps:
50-
- uses: actions/checkout@v4
50+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5151

5252
- name: Set up Python ${{ matrix.python-version }}
53-
uses: actions/setup-python@v5
53+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
5454
with:
5555
python-version: ${{ matrix.python-version }}
5656

@@ -66,7 +66,7 @@ jobs:
6666
run: python install-poetry.py -y ${{ matrix.args }}
6767

6868
- name: Upload Failure Log
69-
uses: actions/upload-artifact@v4
69+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
7070
if: failure()
7171
with:
7272
name: poetry-installer-error.log
@@ -102,7 +102,7 @@ jobs:
102102
run:
103103
shell: bash
104104
steps:
105-
- uses: actions/checkout@v4
105+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
106106

107107
- name: Install Packages
108108
run: |
@@ -118,7 +118,7 @@ jobs:
118118
run: python3 install-poetry.py -y
119119

120120
- name: Upload Failure Log
121-
uses: actions/upload-artifact@v4
121+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
122122
if: failure()
123123
with:
124124
name: poetry-installer-error.log

0 commit comments

Comments
 (0)