diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index f18debb..0827daf 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -34,7 +34,7 @@ jobs: contents: read steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - run: corepack enable - run: yarn install - run: yarn npm audit @@ -46,7 +46,7 @@ jobs: contents: read steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: docker/build-push-action@v6 with: context: .