Skip to content

Commit

Permalink
[ghactions] Upgrade to checkout v3 + don't pull history (#56)
Browse files Browse the repository at this point in the history
datadog:patch
  • Loading branch information
EricMountain authored and nyodas committed Mar 18, 2024
1 parent 43fbc83 commit 7a8e6dc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/dd-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,15 @@ on:
tags:
# Push events on datadog tags
- "*-dd*"

jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
platform: ["linux/arm64","linux/amd64"]
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v2
with:
Expand Down

0 comments on commit 7a8e6dc

Please sign in to comment.