Skip to content
This repository was archived by the owner on Feb 5, 2026. It is now read-only.

Commit 13de646

Browse files
Ed (ODSC)jarofgreen
authored andcommitted
workflows: More updates
1 parent 61a240b commit 13de646

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/branch-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ jobs:
1111
with:
1212
key: ${{ secrets.DOKKUSD_BRANCH_SSH_PRIVATE_KEY }}
1313
known_hosts: ${{ vars.DOKKUSD_BRANCH_SSH_KEYSCAN }}
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v4
1515
with:
1616
submodules: recursive
1717
fetch-depth: 0
1818
- name: Setup python
19-
uses: actions/setup-python@v2
19+
uses: actions/setup-python@v5
2020
with:
2121
python-version: 3.11
2222
architecture: x64

.github/workflows/branch-destroy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
key: ${{ secrets.DOKKUSD_BRANCH_SSH_PRIVATE_KEY }}
1414
known_hosts: ${{ vars.DOKKUSD_BRANCH_SSH_KEYSCAN }}
1515
- name: Setup python
16-
uses: actions/setup-python@v2
16+
uses: actions/setup-python@v5
1717
with:
1818
python-version: 3.11
1919
architecture: x64

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ jobs:
55
lint:
66
runs-on: ubuntu-22.04
77
steps:
8-
- uses: actions/checkout@v2
8+
- uses: actions/checkout@v4
99
- name: Setup python
10-
uses: actions/setup-python@v2
10+
uses: actions/setup-python@v5
1111
with:
1212
python-version: 3.11
1313
architecture: x64

0 commit comments

Comments
 (0)