From 68f16def89e01552e6b376bbf1ee96c22008c962 Mon Sep 17 00:00:00 2001 From: "Audun V. Nes" Date: Fri, 9 Jun 2023 13:31:14 +0200 Subject: [PATCH] Update net-version-sweeper.yml --- .github/workflows/net-version-sweeper.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/net-version-sweeper.yml b/.github/workflows/net-version-sweeper.yml index b2c394f..2cf6cea 100644 --- a/.github/workflows/net-version-sweeper.yml +++ b/.github/workflows/net-version-sweeper.yml @@ -30,7 +30,7 @@ jobs: # Checkout the repo into the workspace within the VM steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 # If triggered manually, print the reason why - name: 'Print manual run reason'