We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 242c130 commit dbf4c04Copy full SHA for dbf4c04
2 files changed
.github/actions/roave-bc-check/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM nyholm/roave-bc-check-ga
+FROM nyholm/roave-bc-check-ga:latest
2
3
RUN docker-php-ext-install -j$(nproc) exif
4
.github/workflows/build.yml
@@ -193,7 +193,7 @@ jobs:
193
name: Roave BC Check
194
runs-on: ubuntu-latest
195
steps:
196
- - uses: actions/checkout@master
+ - uses: actions/checkout@v3
197
- name: fetch tags
198
run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
199
- name: Roave BC Check
0 commit comments