summaryrefslogtreecommitdiff
path: root/.github/workflows/go.yml
diff options
context:
space:
mode:
authorxuri <xuri.me@gmail.com>2022-04-03 01:18:32 +0800
committerxuri <xuri.me@gmail.com>2022-04-03 01:18:32 +0800
commitbe8fc0a4c5795bb793b171c25fd90e0369812a05 (patch)
tree1f86d3ebec7e2db7dcb68e19d87692e2a12cea61 /.github/workflows/go.yml
parentb8345731a477633bc82216dbc398faecafaf894f (diff)
ref #65, new formula functions: T.DIST.2T and T.DIST.RT
- Update GitHub Action settings
Diffstat (limited to '.github/workflows/go.yml')
-rw-r--r--.github/workflows/go.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml
index 8310222..bc5db46 100644
--- a/.github/workflows/go.yml
+++ b/.github/workflows/go.yml
@@ -14,12 +14,12 @@ jobs:
steps:
- name: Install Go
- uses: actions/setup-go@v2
+ uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
- name: Get dependencies
run: |