diff --git a/.github/workflows/neocities.yml b/.github/workflows/neocities.yml index 8f38f7b..cc8a1df 100644 --- a/.github/workflows/neocities.yml +++ b/.github/workflows/neocities.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 # Set up any tools and build steps here # This example uses a Node.js toolchain to build a site - name: Use Node.js diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 151f9b9..f7e9131 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: version_and_release: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: # fetch full history so things like auto-changelog work properly fetch-depth: 0 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 213cc2d..f3dfefd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,7 @@ jobs: node: [lts/*] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node }} uses: actions/setup-node@v3.0.0 with: