From 67a38112faba3c3aa6cc6454aefb614242cd01b5 Mon Sep 17 00:00:00 2001 From: Cocoa Date: Tue, 15 Sep 2026 21:12:10 +0900 Subject: [PATCH 1/2] chore: bump to actions/checkout@v7 Signed-off-by: Cocoa --- .github/workflows/ci.yml | 6 +++--- .github/workflows/precompile.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0dcfbbf..1e6297c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: apt-get install -y build-essential ca-certificates curl git unzip - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Install OTP and Elixir run: | @@ -66,7 +66,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 - uses: erlef/setup-beam@v1 with: @@ -98,7 +98,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Install OTP and Elixir run: | diff --git a/.github/workflows/precompile.yml b/.github/workflows/precompile.yml index 3151b83..b1c27e9 100644 --- a/.github/workflows/precompile.yml +++ b/.github/workflows/precompile.yml @@ -35,7 +35,7 @@ jobs: gcc-s390x-linux-gnu g++-s390x-linux-gnu - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Install OTP and Elixir run: | @@ -78,7 +78,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Install OTP and Elixir run: | @@ -119,7 +119,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 - uses: erlef/setup-beam@v1 with: From 77a03321d4384dfa273fd73a1b41329d51f5277e Mon Sep 17 00:00:00 2001 From: Cocoa Date: Tue, 15 Sep 2026 21:12:44 +0900 Subject: [PATCH 2/2] chore: release v1.0.0 Signed-off-by: Cocoa --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 77f62e6..aa2de21 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule StbImage.MixProject do use Mix.Project @app :stb_image - @version "0.6.10" + @version "1.0.0" @github_url "https://github.com/elixir-nx/stb_image" def project do