diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bdbdb21..4a92a14 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ jobs: name: "Test: Simple" runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: suisei-cn/actions-download-file@master id: downloadfile name: Download a file @@ -30,7 +30,7 @@ jobs: name: "Test: With the filename" runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: suisei-cn/actions-download-file@master id: downloadfile name: Download a file