From 65f3beae6cf0521ca7e1d65813c0985d33e1ab87 Mon Sep 17 00:00:00 2001 From: Manuel Mauky Date: Mon, 11 Dec 2023 14:35:21 +0100 Subject: [PATCH] update github workflow. use newer version of checkout action --- .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 78033a967..2b8d43c9c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Use Node.js 18.x uses: actions/setup-node@v3 with: