diff --git a/.github/workflows/build-and-deploy.yaml b/.github/workflows/build-and-deploy.yaml index a23fae6..9490737 100644 --- a/.github/workflows/build-and-deploy.yaml +++ b/.github/workflows/build-and-deploy.yaml @@ -19,7 +19,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: quarto-dev/quarto-actions/setup@85e619f04bc50394deb899d6934503c04c41ceb5 + - uses: quarto-dev/quarto-actions/setup@v2 - uses: r-lib/actions/setup-r@v2 with: diff --git a/.github/workflows/update-publications.yaml b/.github/workflows/update-publications.yaml index 61b0ac3..f06eb78 100644 --- a/.github/workflows/update-publications.yaml +++ b/.github/workflows/update-publications.yaml @@ -61,7 +61,7 @@ jobs: write(bib, "_data/papers.bib") shell: Rscript {0} - - uses: peter-evans/create-pull-request@10db75894f6d53fc01c3bb0995e95bd03e583a62 + - uses: peter-evans/create-pull-request@v5 id: cpr with: token: ${{ secrets.GITHUB_TOKEN }}