From 797103451ba77476280788a05807a1cfe967584f Mon Sep 17 00:00:00 2001 From: Tom Payne Date: Fri, 21 Jun 2024 08:44:37 +0200 Subject: [PATCH] chore: update Github Actions --- .github/workflows/main.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3b54f08d..6b691fd8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,8 +19,8 @@ jobs: - name: install-dependencies run: | sudo apt-get install -y libproj-dev - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 + - uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 with: cache: true go-version: ${{ matrix.go-version }} @@ -32,11 +32,11 @@ jobs: - name: install-dependencies run: | sudo apt-get install -y libproj-dev - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 + - uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 with: cache: true go-version: stable - - uses: golangci/golangci-lint-action@3cfe3a4abbb849e10058ce4af15d205b6da42804 + - uses: golangci/golangci-lint-action@a4f60bb28d35aeee14e6880718e0c85ff1882e64 with: version: v1.59.1 \ No newline at end of file