From 3973bd98a1b0f435c0cc9bd68538684bd6a77039 Mon Sep 17 00:00:00 2001 From: Mirek Kratochvil Date: Mon, 9 Oct 2023 12:48:09 +0200 Subject: [PATCH] bump checkout action to v4 --- .github/workflows/ci.yml | 2 +- .github/workflows/docs.yml | 2 +- .github/workflows/pr-format.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 43d6fb2..8766344 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: arch: - x64 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: julia-actions/setup-julia@v1 with: version: ${{ matrix.version }} diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index d3a34a9..4b533eb 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -15,7 +15,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: julia-actions/setup-julia@latest - uses: julia-actions/cache@v1 - name: Install dependencies diff --git a/.github/workflows/pr-format.yml b/.github/workflows/pr-format.yml index 98b3bbb..3ff70d1 100644 --- a/.github/workflows/pr-format.yml +++ b/.github/workflows/pr-format.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Clone the repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Checkout the pull request code # this checks out the actual branch so that one can commit into it if: github.event_name == 'issue_comment' env: