diff --git a/.github/workflows/neocities.yml b/.github/workflows/neocities.yml index b306527..8927159 100644 --- a/.github/workflows/neocities.yml +++ b/.github/workflows/neocities.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2.3.5 + - uses: actions/checkout@v2.4.0 # 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 dbfc10d..cd7129b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: version_and_release: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2.3.5 + - uses: actions/checkout@v2.4.0 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 db5fd23..5d7dbbe 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: node: [15] steps: - - uses: actions/checkout@v2.3.5 + - uses: actions/checkout@v2.4.0 - name: Use Node.js ${{ matrix.node }} uses: actions/setup-node@v2.4.1 with: