Skip to content

Commit 1e09dab

Browse files
committed
ci: Update actions
1 parent 1e5f80f commit 1e09dab

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010

1111
jobs:
1212
tests:
13-
runs-on: ubuntu-22.04
13+
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
1616
php:
@@ -27,13 +27,13 @@ jobs:
2727
phpstan: true
2828
name: 'Check with PHP ${{ matrix.php }}'
2929
steps:
30-
- uses: actions/checkout@v3
30+
- uses: actions/checkout@v4
3131

3232
- name: Install Nix
33-
uses: cachix/install-nix-action@v20
33+
uses: cachix/install-nix-action@v31
3434

3535
- name: Set up Nix cache
36-
uses: cachix/cachix-action@v12
36+
uses: cachix/cachix-action@v16
3737
with:
3838
# Use cache from https://github.com/fossar/nix-phps
3939
name: fossar

0 commit comments

Comments
 (0)