Skip to main content

bump the checkout version

ID
54c2732
date
2023-04-14 23:06:38+00:00
author
Alex Chan <alex@alexwlchan.net>
parent
002ce37
message
bump the checkout version
changed files
1 file, 1 addition, 1 deletion

Changed files

.github/workflows/main.yml (600) → .github/workflows/main.yml (600)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index a3f6068..f0115f4 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -7,7 +7,7 @@ jobs:
 
     steps:
       - name: Check out repository code
-        uses: actions/checkout@v2
+        uses: actions/checkout@v3
 
       - name: Setup Python
         uses: actions/setup-python@v2