Skip to content

Commit 5cbee44

Browse files
Merge pull request #345 from diablomedia/dependabot/github_actions/actions/checkout-4.1.2
Bump actions/checkout from 3.1.0 to 4.1.2
2 parents c8d043e + 834dc72 commit 5cbee44

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/bc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Roave BC Check
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v3.1.0
14+
- uses: actions/checkout@v4.1.2
1515
- name: fetch tags
1616
run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
1717
- name: Roave BC Check

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ${{ matrix.operating-system }}
1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@v3.1.0
21+
uses: actions/checkout@v4.1.2
2222
- name: Setup PHP
2323
uses: shivammathur/setup-php@v2
2424
with:

0 commit comments

Comments
 (0)