Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Douile committed Feb 25, 2024
1 parent 389d7b5 commit 6febf1b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,7 +1,7 @@
FROM rust:1.76.0-alpine3.19

LABEL "name"="Automate publishing Rust build artifacts for GitHub releases through GitHub Actions"
LABEL "version"="1.4.4"
LABEL "version"="1.4.5"
LABEL "repository"="http://github.com/rust-build/rust-build.action"
LABEL "maintainer"="Douile <25043847+Douile@users.noreply.github.com>"

Expand Down
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -55,7 +55,7 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Compile and release
uses: rust-build/rust-build.action@v1.4.4
uses: rust-build/rust-build.action@v1.4.5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Compile and release
uses: rust-build/rust-build.action@v1.4.4
uses: rust-build/rust-build.action@v1.4.5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand All @@ -118,7 +118,7 @@ jobs:
- uses: actions/checkout@master
- name: Compile
id: compile
uses: rust-build/rust-build.action@v1.4.4
uses: rust-build/rust-build.action@v1.4.5
with:
RUSTTARGET: x86_64-unknown-linux-musl
UPLOAD_MODE: none
Expand Down Expand Up @@ -149,7 +149,7 @@ linking with
```yml
- name: Compile
id: compile
uses: rust-build/rust-build.action@v1.4.4
uses: rust-build/rust-build.action@v1.4.5
with:
RUSTTARGET: x86_64-unknown-linux-musl
STATIC_LINKING: false
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -53,4 +53,4 @@ outputs:
description: 'Relative path to the checksum of the archive'
runs:
using: 'docker'
image: 'docker://ghcr.io/rust-build/rust-build.action:v1.4.4'
image: 'docker://ghcr.io/rust-build/rust-build.action:v1.4.5'

0 comments on commit 6febf1b

Please sign in to comment.