Skip to content

Commit 3f89f5f

Browse files
Update all non-major dependencies
1 parent 2d89453 commit 3f89f5f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151

5252
- name: Bump version and push tag
5353
id: github_tag_action
54-
uses: anothrNick/github-tag-action@1.67.0
54+
uses: anothrNick/github-tag-action@1.71.0
5555
env:
5656
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5757
WITH_V: true

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.18.4
1+
FROM alpine:3.20.3
22
WORKDIR /etc/runner
33
COPY assets /etc/runner/scripts/assets
44
RUN mv /etc/runner/scripts/assets/runner.sh /usr/local/bin/runner

0 commit comments

Comments
 (0)