Skip to content

Commit cd9bbda

Browse files
Merge pull request #52 from microbiomedata/51-annotation-update-gh-actions-to-node24
2 parents 038dc46 + a38c03b commit cd9bbda

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build-and-push-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout branch
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v6
1818
- name: Get Version
1919
id: get_version
2020
run: |

.github/workflows/create_release.yml

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

1414
steps:
1515
- name: Checkout code
16-
uses: actions/checkout@v2
16+
uses: actions/checkout@v6
1717

1818
- name: Read version
1919
id: get_version

.github/workflows/test-build-and-push-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout branch
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v6
1818
with:
1919
ref: "36-annotation-update-to-53-genomad"
2020
- name: Get Version

.github/workflows/wdl_linter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010

1111
steps:
1212
- name: Checkout repository
13-
uses: actions/checkout@v2
13+
uses: actions/checkout@v6
1414

1515
- name: Set up Python
16-
uses: actions/setup-python@v2
16+
uses: actions/setup-python@v6
1717
with:
1818
python-version: '3.8' # specify the Python version you need
1919

0 commit comments

Comments
 (0)