From 132aa17f977bec80243d1fe5d0c2b775e3b7eb34 Mon Sep 17 00:00:00 2001 From: offa Date: Sun, 22 Jan 2023 14:58:35 +0100 Subject: [PATCH] Update checkout action to v3 --- .github/workflows/main.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3a3ebc4..25583f3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,7 +14,7 @@ jobs: - {compiler: 'g++-7', standard: '20'} steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: submodules: true - name: Install @@ -51,7 +51,7 @@ jobs: - {compiler: '9', standard: '20'} steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: submodules: true - name: Install @@ -80,7 +80,7 @@ jobs: unreleased: ['ON', 'OFF'] steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: submodules: true - name: Install @@ -110,7 +110,7 @@ jobs: unreleased: ['ON', 'OFF'] steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: submodules: true - name: Install @@ -139,7 +139,7 @@ jobs: unreleased: ['ON', 'OFF'] steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: submodules: true - name: Install @@ -165,7 +165,7 @@ jobs: unreleased: ['ON', 'OFF'] steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: submodules: true - name: Install