Skip to content

Commit

Permalink
Merge branch 'master' of github.com:gucio321/tic-tac-go
Browse files Browse the repository at this point in the history
  • Loading branch information
gucio321 committed Mar 28, 2022
2 parents ca71ad6 + 377c1c4 commit 9332393
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: automerge
uses: "pascalgn/automerge-action@v0.14.3"
uses: "pascalgn/automerge-action@v0.15.2"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
MERGE_LABELS: ""
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
sudo apt-get install -y libgtk-3-dev libasound2-dev libxxf86vm-dev
- name: Cache Go modules
uses: actions/cache@v2.1.7
uses: actions/cache@v3
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
Expand Down

0 comments on commit 9332393

Please sign in to comment.