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