We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c8d043e + 834dc72 commit 5cbee44Copy full SHA for 5cbee44
.github/workflows/bc.yml
@@ -11,7 +11,7 @@ jobs:
11
name: Roave BC Check
12
runs-on: ubuntu-latest
13
steps:
14
- - uses: actions/checkout@v3.1.0
+ - uses: actions/checkout@v4.1.2
15
- name: fetch tags
16
run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
17
- name: Roave BC Check
.github/workflows/build.yml
@@ -18,7 +18,7 @@ jobs:
18
runs-on: ${{ matrix.operating-system }}
19
20
- name: Checkout
21
- uses: actions/checkout@v3.1.0
+ uses: actions/checkout@v4.1.2
22
- name: Setup PHP
23
uses: shivammathur/setup-php@v2
24
with:
0 commit comments