Skip to content

Commit f0eec62

Browse files
chore(deps): update github actions dependencies
1 parent fb70ac8 commit f0eec62

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ jobs:
3939
run: curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/bin --filename=composer --version=2.9.2
4040

4141
- name: "Checkout"
42-
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
42+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
4343
with:
4444
show-progress: false
4545

4646
- name: "Cache Static Analysis Cache Files"
47-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
47+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
4848
if: ${{ matrix.dependencies == 'locked' }}
4949
with:
5050
path: ./var/tmp

0 commit comments

Comments
 (0)