diff --git a/CHANGELOG.md b/CHANGELOG.md index 66d010f..d9ae3e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## Unreleased +### Changed + +- Updated actions: + - actions/setup-go@v4 -> actions/setup-go@v6 + - actions/github-script@v7 -> actions/github-script@v8 ## [1.1.3] - 2026-04-07 diff --git a/action.yml b/action.yml index 26c09e7..cba99ee 100644 --- a/action.yml +++ b/action.yml @@ -65,7 +65,7 @@ runs: - name: Set up Go if: inputs.dnsimple_token != '' - uses: actions/setup-go@v4 + uses: actions/setup-go@v6 with: go-version: '1.23' @@ -221,7 +221,7 @@ runs: - name: Set GitHub commit status if: ${{ inputs.set_github_status }} - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: github-token: ${{ inputs.github_token }} script: |