From b7f5b5743f37a9f90cc1c2462919ea90e8aa7b9b Mon Sep 17 00:00:00 2001 From: edoapra Date: Mon, 22 Jan 2024 10:00:09 -0800 Subject: [PATCH] bump actions/checkout and actions/cache [ci skip] --- contrib/git.nwchem/github_actions_selfhosted.txt | 4 ++-- contrib/git.nwchem/update_main.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/contrib/git.nwchem/github_actions_selfhosted.txt b/contrib/git.nwchem/github_actions_selfhosted.txt index 215178cd44..1356b48fe6 100644 --- a/contrib/git.nwchem/github_actions_selfhosted.txt +++ b/contrib/git.nwchem/github_actions_selfhosted.txt @@ -134,7 +134,7 @@ jobs: continue-on-error: ${{ matrix.experimental }} steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 32 ref: ${{ matrix.branch }} @@ -150,7 +150,7 @@ jobs: shell: bash - name: Setup cache id: setup-cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/cache diff --git a/contrib/git.nwchem/update_main.txt b/contrib/git.nwchem/update_main.txt index 4628e18e45..7eccc2c850 100644 --- a/contrib/git.nwchem/update_main.txt +++ b/contrib/git.nwchem/update_main.txt @@ -15,7 +15,7 @@ jobs: runs-on: [ubuntu-latest] steps: - name: Checkout nwchem - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: nwchemgit/nwchem persist-credentials: false