From e5476ee07e4c57e762a4149a3752d8d72248e06e Mon Sep 17 00:00:00 2001 From: Michael Mior Date: Mon, 13 Oct 2025 11:50:36 -0400 Subject: [PATCH] Update Actions versions in README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 46188f1..4d0d016 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ This action sets up a binary in \$PATH for use in actions ```yaml steps: - - uses: actions/checkout@v4 - - uses: supplypike/setup-bin@v4 + - uses: actions/checkout@v5 + - uses: supplypike/setup-bin@v5 with: uri: 'https://github.com/google/go-containerregistry/releases/download/v0.19.1/go-containerregistry_Linux_x86_64.tar.gz' name: 'crane' @@ -18,8 +18,8 @@ You can also run install scripts: ```yaml steps: - - uses: actions/checkout@v4 - - uses: supplypike/setup-bin@v4 + - uses: actions/checkout@v5 + - uses: supplypike/setup-bin@v5 with: uri: 'https://awscli.amazonaws.com/awscli-exe-linux-x86_64-2.0.30.zip' name: 'aws'