Skip to content

Commit 684187f

Browse files
chore(deps): update actions/checkout action to v7
1 parent 3fe07f1 commit 684187f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout repo
13-
uses: actions/checkout@v4.1.1
13+
uses: actions/checkout@v7.0.1
1414
with:
1515
fetch-depth: 0 # important!
1616
- name: Cache Composer dependencies

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v7
1616
with:
1717
fetch-depth: 0
1818
token: ${{ secrets.OBLAK_BOT_TOKEN }}

0 commit comments

Comments
 (0)