File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ jobs:
1111 pre-commit :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
14+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1515
16- - name : Set up Python 3.13
17- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
16+ - name : Set up Python 3.14
17+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
1818 with :
19- python-version : " 3.13 "
19+ python-version : " 3.14 "
2020
2121 - name : Install pre-commit
2222 run : pip install pre-commit
@@ -28,14 +28,14 @@ jobs:
2828 runs-on : ubuntu-latest
2929 steps :
3030 - name : Check out pipeline code
31- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
31+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
3232
3333 - name : Install Nextflow
3434 uses : nf-core/setup-nextflow@v2
3535
36- - uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
36+ - uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
3737 with :
38- python-version : " 3.13 "
38+ python-version : " 3.14 "
3939 architecture : " x64"
4040
4141 - name : read .nf-core.yml
Original file line number Diff line number Diff line change 2121 run : echo "pr_number=$(cat linting-logs/PR_number.txt)" >> $GITHUB_OUTPUT
2222
2323 - name : Post PR comment
24- uses : marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728 # v2
24+ uses : marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 # v2
2525 with :
2626 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
2727 number : ${{ steps.pr_number.outputs.pr_number }}
You can’t perform that action at this time.
0 commit comments