Skip to content

Commit

Permalink
ci: update checkout action version (#34)
Browse files Browse the repository at this point in the history
* adds .DS_Store to .gitignore for MacOS

* updates checkout action in lint job to avoid deprecation warning
  • Loading branch information
CoderDennis committed Jun 2, 2023
1 parent fe09487 commit cd457c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
runs-on: ubuntu-latest
name: Formatter (1.14.x.x/25.x)
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: erlef/setup-beam@v1
with:
otp-version: 25.x
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ credo_language_server-*.tar

/tmp/

.DS_Store

0 comments on commit cd457c9

Please sign in to comment.