Skip to content

Commit 5e8a6c8

Browse files
authored
Merge pull request #2 from wakatime/dependabot/github_actions/actions/checkout-4
⬆️ Bump actions/checkout from 3 to 4
2 parents d7e1221 + d9ca92b commit 5e8a6c8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- windows-latest
3131
runs-on: ${{ matrix.runs-on }}
3232
steps:
33-
- uses: actions/checkout@v3
33+
- uses: actions/checkout@v4
3434
- uses: actions/setup-python@v4
3535
with:
3636
python-version: ${{ env.python-version }}
@@ -55,7 +55,7 @@ jobs:
5555
- windows-latest
5656
runs-on: ${{ matrix.runs-on }}
5757
steps:
58-
- uses: actions/checkout@v3
58+
- uses: actions/checkout@v4
5959
- uses: actions/setup-python@v4
6060
with:
6161
python-version: ${{ env.python-version }}

.github/workflows/nix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- nixpkgs-unstable
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@v3
20+
- uses: actions/checkout@v4
2121
- uses: cachix/install-nix-action@v22
2222
with:
2323
nix_path: nixpkgs=channel:${{matrix.nixpkgs}}

0 commit comments

Comments
 (0)