Skip to content

Commit

Permalink
Merge pull request #2 from wakatime/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/checkout-4

⬆️ Bump actions/checkout from 3 to 4
  • Loading branch information
alanhamlett authored Oct 1, 2023
2 parents d7e1221 + d9ca92b commit 5e8a6c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- windows-latest
runs-on: ${{ matrix.runs-on }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: ${{ env.python-version }}
Expand All @@ -55,7 +55,7 @@ jobs:
- windows-latest
runs-on: ${{ matrix.runs-on }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: ${{ env.python-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- nixpkgs-unstable
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v22
with:
nix_path: nixpkgs=channel:${{matrix.nixpkgs}}
Expand Down

0 comments on commit 5e8a6c8

Please sign in to comment.