From 7debe04237b08b44ca2b4da25c14a805cb9aeabd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Sat, 30 Sep 2023 00:28:11 +0200 Subject: [PATCH] Update .github/workflows/wrangler.yml --- .github/workflows/wrangler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wrangler.yml b/.github/workflows/wrangler.yml index 48a2932..8cd2d46 100644 --- a/.github/workflows/wrangler.yml +++ b/.github/workflows/wrangler.yml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest name: ${{github.event_name == 'push' && 'publish' || 'build'}} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v4.1.0 - name: Setup Node.js uses: actions/setup-node@v3