Skip to content

Commit dbf4c04

Browse files
committed
Try to fix Roave BC check
1 parent 242c130 commit dbf4c04

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/roave-bc-check/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM nyholm/roave-bc-check-ga
1+
FROM nyholm/roave-bc-check-ga:latest
22

33
RUN docker-php-ext-install -j$(nproc) exif
44

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ jobs:
193193
name: Roave BC Check
194194
runs-on: ubuntu-latest
195195
steps:
196-
- uses: actions/checkout@master
196+
- uses: actions/checkout@v3
197197
- name: fetch tags
198198
run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
199199
- name: Roave BC Check

0 commit comments

Comments
 (0)