update GH actions to v3

This commit is contained in:
Jens Petersen 2023-01-04 15:52:23 +08:00
parent 7d1f56c271
commit 3739c7aaeb
2 changed files with 3 additions and 3 deletions

View File

@ -12,8 +12,8 @@ jobs:
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
name: Stackage check name: Stackage check
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v3
- uses: actions/cache@v2 - uses: actions/cache@v3
with: with:
path: | path: |
~/.stack ~/.stack

View File

@ -12,7 +12,7 @@ jobs:
if: github.event_name == 'push' if: github.event_name == 'push'
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v3
- name: Log into Github registry - name: Log into Github registry
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login docker.pkg.github.com -u ${{ github.actor }} --password-stdin run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login docker.pkg.github.com -u ${{ github.actor }} --password-stdin