Skip to content

Commit 6916156

Browse files
kaklikgithub-actions[bot]
authored andcommitted
Update workflow files
1 parent aa60bc5 commit 6916156

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/metadata_updater.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v3
1616
with:
1717
submodules: 'recursive'
1818

1919
- name: Set up Python 3.10
20-
uses: actions/setup-python@v5
20+
uses: actions/setup-python@v3
2121
with:
2222
python-version: "3.10"
2323

.github/workflows/release_assets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
steps:
1414
- name: Checkout repository
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v3
1616

1717
- name: Set up variables
1818
run: |

.github/workflows/update_actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: Update repository actions and other tools
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v3
1818
with:
1919
submodules: recursive
2020
token: ${{ secrets.pat }}

0 commit comments

Comments
 (0)