Skip to content

Commit

Permalink
use checkout@v3 to avoid Actions deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
palmskog committed Nov 15, 2022
1 parent ce73eff commit 58f8c1d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
lintAllTheThings:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- name: yaml-lint
uses: ibiqlik/action-yamllint@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion docker-action.yml.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
{{/ tested_coq_opam_versions }}
fail-fast: false
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
{{# submodule }}
with:
submodules: recursive
Expand Down
2 changes: 1 addition & 1 deletion nix-action.yml.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
<%/ community %>
extraPullNames: coq, math-comp
<%/ cachix %>
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
ref: ${{ env.tested_commit }}
<%# submodule %>
Expand Down

0 comments on commit 58f8c1d

Please sign in to comment.