From 7987723658010e35e4dcfa7af3acf6d58f565a50 Mon Sep 17 00:00:00 2001 From: Sebastian Funk Date: Tue, 9 Jan 2024 13:29:06 +0000 Subject: [PATCH] update to stable versions --- .github/workflows/build-and-deploy.yaml | 2 +- .github/workflows/update-publications.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 }}