We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85f36ff commit f81b3a1Copy full SHA for f81b3a1
.github/workflows/drupal-security.yml
@@ -5,8 +5,8 @@ jobs:
5
runs-on: ubuntu-latest
6
name: Security Update Checker for PHP and Drupal packages
7
steps:
8
- - uses: actions/checkout@v3
9
- - uses: actions/cache@v2
+ - uses: actions/checkout@v4
+ - uses: actions/cache@v4
10
id: cache-db
11
with:
12
path: ~/.symfony/cache
0 commit comments