Browse Source

ci: upgrade actions/checkout to v3

this uses nodejs16 instead of 12 which is eol
psykose 2 years ago
parent
commit
c2f828282a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/release.yml

+ 2 - 2
.github/workflows/release.yml

@@ -11,7 +11,7 @@ jobs:
     outputs:
     outputs:
       matrix: ${{ steps.matrix.outputs.s6_arch }}
       matrix: ${{ steps.matrix.outputs.s6_arch }}
     steps:
     steps:
-      - uses: actions/checkout@v2
+      - uses: actions/checkout@v3
       - id: matrix
       - id: matrix
         run: |
         run: |
           echo '::set-output name=s6_arch::'$(cut -f1 conf/toolchains | sed -z '$ s/\n$//' | jq -R -s -c 'split("\n")')
           echo '::set-output name=s6_arch::'$(cut -f1 conf/toolchains | sed -z '$ s/\n$//' | jq -R -s -c 'split("\n")')
@@ -48,7 +48,7 @@ jobs:
         s6_arch: ${{fromJson(needs.setup.outputs.matrix)}}
         s6_arch: ${{fromJson(needs.setup.outputs.matrix)}}
 
 
     steps:
     steps:
-      - uses: actions/checkout@v2
+      - uses: actions/checkout@v3
 
 
       # normalize version (remove 'git/refs/', remove leading 'v')
       # normalize version (remove 'git/refs/', remove leading 'v')
       - run: |
       - run: |