Skip to content

Commit

Permalink
bump actions/checkout too
Browse files Browse the repository at this point in the history
  • Loading branch information
ggreif committed Feb 6, 2023
1 parent 63cc5f5 commit 0f13c4d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: actions/cache@v1
name: Cache ~/.cabal/store
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
env:
SSH_KEY_FOR_NIXBUILD: ${{ secrets.SSH_KEY_FOR_NIXBUILD }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- if: matrix.os == 'macos-latest'
uses: cachix/install-nix-action@v18
- if: matrix.os == 'ubuntu-latest'
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
env:
SSH_KEY_FOR_NIXBUILD: ${{ secrets.SSH_KEY_FOR_NIXBUILD }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- if: matrix.os == 'macos-latest'
uses: cachix/install-nix-action@v18
- if: matrix.os == 'ubuntu-latest'
Expand Down

0 comments on commit 0f13c4d

Please sign in to comment.