diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 67e39c7..49467f2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,7 +4,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v6 - run: docker run -v .:/src -w /src vvakame/review:5.8 make all - uses: actions/upload-artifact@v3 with: diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index dbd92ad..237f8da 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -10,7 +10,7 @@ jobs: if: github.event.pull_request.merged == true runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v6 - run: docker run -v .:/src -w /src vvakame/review:5.8 make all - uses: aws-actions/configure-aws-credentials@v2 with: