Skip to content

Commit

Permalink
Updated github actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
tvrzna committed Jan 29, 2024
1 parent 0b78609 commit 8082375
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ jobs:
xbps-install -y git make gcc pam-devel libX11-devel
- name: Install Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Git Safe Directory
run: git config --global --add safe.directory /__w/emptty/emptty
Expand Down

0 comments on commit 8082375

Please sign in to comment.