From 098a21d2257a9067f792912dbc9fc141338eb088 Mon Sep 17 00:00:00 2001 From: Philipp Date: Mon, 25 Sep 2023 15:22:02 +0200 Subject: [PATCH] unpin checkout action digest --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ab1dff1..10fd99c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -29,7 +29,7 @@ jobs: --health-retries 5 steps: - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3 with: