mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-03 21:44:30 +08:00
swap to specific versions of other actions we use (#9308)
This commit is contained in:
6
.github/workflows/templates_updater.yml
vendored
6
.github/workflows/templates_updater.yml
vendored
@@ -19,9 +19,9 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout RDKit
|
- name: Checkout RDKit
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@6.0.2
|
||||||
- name: Checkout molecular_templates
|
- name: Checkout molecular_templates
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@6.0.2
|
||||||
with:
|
with:
|
||||||
repository: ${{ env.tpl_repo }}
|
repository: ${{ env.tpl_repo }}
|
||||||
ref: main
|
ref: main
|
||||||
@@ -56,7 +56,7 @@ jobs:
|
|||||||
echo "pr_branch=${pr_branch}" >> ${GITHUB_OUTPUT}
|
echo "pr_branch=${pr_branch}" >> ${GITHUB_OUTPUT}
|
||||||
- name: pull-request-action
|
- name: pull-request-action
|
||||||
if: ${{ steps.push_changes.outputs.header_changed == '1' }}
|
if: ${{ steps.push_changes.outputs.header_changed == '1' }}
|
||||||
uses: vsoch/pull-request-action@master
|
uses: vsoch/pull-request-action@1.1.1
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
PULL_REQUEST_FROM_BRANCH: ${{ steps.push_changes.outputs.pr_branch }}
|
PULL_REQUEST_FROM_BRANCH: ${{ steps.push_changes.outputs.pr_branch }}
|
||||||
|
|||||||
Reference in New Issue
Block a user