Skip to content

Commit 1fc057b

Browse files
[0.8] GHA - update action versions (#490)
update actions versions (#488) (cherry picked from commit 324b9cf) Co-authored-by: GuyAv46 <47632673+GuyAv46@users.noreply.github.com>
1 parent 9b57318 commit 1fc057b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/event-pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: checkout
2121
uses: actions/checkout@v4
2222
- name: setup python
23-
uses: actions/setup-python@v4
23+
uses: actions/setup-python@v5
2424
with:
2525
python-version: '3.10'
2626
- name: install dependencies

.github/workflows/release-drafter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
# Drafts your next Release notes as Pull Requests are merged into "master"
14-
- uses: release-drafter/release-drafter@v5
14+
- uses: release-drafter/release-drafter@v6
1515
with:
1616
# (Optional) specify config name to use, relative to .github/. Default: release-drafter.yml
1717
config-name: release-drafter-config.yml

.github/workflows/task-check-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
fetch-depth: 0 # required for changed-files action to work
1919
- name: Check if only docs were changed
2020
id: check-docs
21-
uses: tj-actions/changed-files@v41
21+
uses: tj-actions/changed-files@v44
2222
with:
2323
# List of files we allow to be changed without running the CI. Modify as needed.
2424
files: |

0 commit comments

Comments
 (0)