swap to specific versions of other actions we use (#9308)

This commit is contained in:
Greg Landrum
2026-05-28 16:47:22 +02:00
committed by GitHub
parent b30b5d586c
commit 7a25f047c1

View File

@@ -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 }}