Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Commit

Permalink
chore(deps): update actions/checkout to v3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JesusMtnez committed Aug 31, 2023
1 parent 778cc2e commit 9c3ca3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ on:

jobs:
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.5.3
- uses: actions/checkout@v3.6.0

- name: "Install Nix ❄️"
uses: cachix/install-nix-action@v22
Expand Down

0 comments on commit 9c3ca3c

Please sign in to comment.