Skip to content

Commit

Permalink
newer checkout action
Browse files Browse the repository at this point in the history
deprecation warnings

Signed-off-by: Psionik K <[email protected]>
  • Loading branch information
psionic-k committed Dec 16, 2022
1 parent c48072e commit b113476
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v2.4.2
- uses: actions/checkout@v3.2.0
- uses: cachix/install-nix-action@v18
with:
extra_nix_config: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dco.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.4.2
- uses: actions/checkout@v3.2.0
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion README.org
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ answer all the questions.

#+begin_src

actions/checkout@v2.4.2,
actions/checkout@v3.2.0,
cachix/cachix-action@v12,
cachix/install-nix-action@v18,
actions/setup-python@v4,
Expand Down

0 comments on commit b113476

Please sign in to comment.