Skip to content

Commit 2232b52

Browse files
author
IK Renovate Bot
committed
chore(deps): update actions (.github/workflows/slack-notify.demo.yml)
1 parent 0ab0866 commit 2232b52

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: macos-latest
1111

1212
steps:
13-
- uses: actions/[email protected].0
13+
- uses: actions/[email protected].2
1414
with:
1515
fetch-depth: '1'
1616
submodules: 'true'
@@ -21,6 +21,6 @@ jobs:
2121
run: |
2222
echo "python_version=$(cat .python-version)" >> $GITHUB_ENV
2323
24-
- uses: actions/setup-python@v5.2.0
24+
- uses: actions/setup-python@v5.3.0
2525
with:
2626
python-version: ${{ env.python_version }}

.github/workflows/release.draft.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
runs-on: ubuntu-latest
3131
steps:
3232

33-
- uses: actions/[email protected].0
33+
- uses: actions/[email protected].2
3434
with:
3535
fetch-depth: '0'
3636

.github/workflows/slack-notify.demo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222

23-
- uses: actions/[email protected].0
23+
- uses: actions/[email protected].2
2424

2525
- name: success-slack-notification
2626
uses: rtCamp/[email protected]

0 commit comments

Comments
 (0)