Skip to content

Commit

Permalink
Merge pull request #400 from r-k-b/dependabot/github_actions/dot-gith…
Browse files Browse the repository at this point in the history
…ub/workflows/actions/checkout-3

build(deps): bump actions/checkout from 2 to 3 in /.github/workflows
  • Loading branch information
r-k-b authored Aug 27, 2023
2 parents 919e278 + a6b54db commit a9279c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
node: [ '18', '16', '14' ]
name: Node ${{ matrix.node }} sample
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: actions/cache@v3
name: cache elm
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
environment: someEnviro
steps:
- uses: actions/checkout@v2.4.0
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v22
with:
nix_path: nixpkgs=channel:nixos-unstable
Expand Down

0 comments on commit a9279c7

Please sign in to comment.