Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit bb9a358

Browse files
authoredJun 20, 2024··
Update all non-major dependencies
1 parent 2d89453 commit bb9a358

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.69.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.1
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)
Please sign in to comment.