Skip to content

Commit 5df86dc

Browse files
chore: bump the github-actions group across 3 directories with 2 updates (#1624)
- Updates `actions/setup-python` from 4 to 5 - Updates `actions/setup-python` from 4 to 5 - Updates `gacts/github-slug` from 1.3.1 to 1.3.2
1 parent d3443b7 commit 5df86dc

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
# See https://github.com/nodejs/node-gyp/issues/2219
9292
# This can be removed when "node-gyp" is updated
9393
- name: Set up Python 3.10
94-
uses: actions/setup-python@v4
94+
uses: actions/setup-python@v5
9595
with:
9696
python-version: '3.10'
9797

.github/workflows/pre-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
# See https://github.com/nodejs/node-gyp/issues/2219
4949
# This can be removed when "node-gyp" is updated
5050
- name: Set up Python 3.10
51-
uses: actions/setup-python@v4
51+
uses: actions/setup-python@v5
5252
with:
5353
python-version: '3.10'
5454

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
# See https://github.com/nodejs/node-gyp/issues/2219
6060
# This can be removed when "node-gyp" is updated
6161
- name: Set up Python 3.10
62-
uses: actions/setup-python@v4
62+
uses: actions/setup-python@v5
6363
with:
6464
python-version: '3.10'
6565

.github/workflows/run-test/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ runs:
5555
STACK_VERSION: ${{ inputs.stack-version }}
5656
# The upload-artifact action fails if the name contains slashes `/` or colons `:`.
5757
# This step creates a slugified version that will not contain these characters.
58-
- uses: gacts/github-slug@7ef5f322bcd0902e63d75aae219a71367852a7b9 # 1.3.1
58+
- uses: gacts/github-slug@b6a1ff29ef2fec9238453177601eece6cc6cb973 # 1.3.2
5959
id: slug
6060
if: success() || failure()
6161
with:

0 commit comments

Comments
 (0)