diff --git a/.github/workflows/say.yml b/.github/workflows/say.yml index f9c894e..77a6af8 100644 --- a/.github/workflows/say.yml +++ b/.github/workflows/say.yml @@ -12,6 +12,6 @@ jobs: if: "!contains(github.event.head_commit.message, 'skip ci')" steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Npm lint script run: echo "Say something"