diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 79af702..9e185fc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Check out code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - uses: gacts/github-slug@v1 id: slug diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4c90589..f55512c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -12,7 +12,7 @@ jobs: # Docs: runs-on: ubuntu-20.04 steps: - name: Check out code - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 @@ -24,7 +24,7 @@ jobs: # Docs: runs-on: ubuntu-20.04 steps: - name: Check out code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Build docker image run: docker build -f ./Dockerfile --tag 3proxy:local .