From 48d244d0fc3b7d4e7da5e28c6a4e29b079289e8a Mon Sep 17 00:00:00 2001 From: Michael Reinstein Date: Thu, 14 Dec 2023 06:59:34 -0800 Subject: [PATCH] Update main.yml update checkout github action to v4 --- .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 fcc8429..0a1f937 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,7 +24,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 # Runs a single command using the runners shell - name: setup