Skip to content

Commit

Permalink
build(deps): update latest
Browse files Browse the repository at this point in the history
  • Loading branch information
theoludwig committed Dec 26, 2023
1 parent 1e2736b commit dceff27
Show file tree
Hide file tree
Showing 11 changed files with 803 additions and 692 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/challenges.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: "ubuntu-latest"
timeout-minutes: 30
steps:
- uses: "actions/checkout@v4.0.0"
- uses: "actions/checkout@v4.1.1"
with:
fetch-depth: 0

Expand All @@ -21,7 +21,7 @@ jobs:
SKIP_LOGIN: true

- name: "Setup Node.js"
uses: "actions/setup-node@v3.8.1"
uses: "actions/setup-node@v4.0.1"
with:
node-version: "lts/*"
cache: "npm"
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
lint:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v4.0.0"
- uses: "actions/checkout@v4.1.1"

- name: "Setup Node.js"
uses: "actions/setup-node@v3.8.1"
uses: "actions/setup-node@v4.0.1"
with:
node-version: "lts/*"
cache: "npm"
Expand All @@ -29,10 +29,10 @@ jobs:
build:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v4.0.0"
- uses: "actions/checkout@v4.1.1"

- name: "Setup Node.js"
uses: "actions/setup-node@v3.8.1"
uses: "actions/setup-node@v4.0.1"
with:
node-version: "lts/*"
cache: "npm"
Expand All @@ -48,15 +48,15 @@ jobs:
test:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v4.0.0"
- uses: "actions/checkout@v4.1.1"

- name: "Setup Docker"
uses: "actions-hub/docker/cli@master"
env:
SKIP_LOGIN: true

- name: "Setup Node.js"
uses: "actions/setup-node@v3.8.1"
uses: "actions/setup-node@v4.0.1"
with:
node-version: "lts/*"
cache: "npm"
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
MIT License
# MIT License

Copyright (c) Théo LUDWIG

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
</p>

<p align="center">
<a href="./CONTRIBUTING.md"><img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat" /></a>
<a href="./CONTRIBUTING.md"><img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat" alt="CONTRIBUTING" /></a>
<a href="./LICENSE"><img src="https://img.shields.io/badge/licence-MIT-blue.svg" alt="Licence MIT"/></a>
<a href="./CODE_OF_CONDUCT.md"><img src="https://img.shields.io/badge/Contributor%20Covenant-v2.0%20adopted-ff69b4.svg" alt="Contributor Covenant" /></a>
<br />
<a href="https://github.com/theoludwig/programming-challenges/actions/workflows/cli.yml"><img src="https://github.com/theoludwig/programming-challenges/actions/workflows/cli.yml/badge.svg?branch=master" /></a>
<a href="https://github.com/theoludwig/programming-challenges/actions/workflows/challenges.yml"><img src="https://github.com/theoludwig/programming-challenges/actions/workflows/challenges.yml/badge.svg?branch=master" /></a>
<a href="https://github.com/theoludwig/programming-challenges/actions/workflows/cli.yml"><img src="https://github.com/theoludwig/programming-challenges/actions/workflows/cli.yml/badge.svg?branch=master" alt="CLI" /></a>
<a href="https://github.com/theoludwig/programming-challenges/actions/workflows/challenges.yml"><img src="https://github.com/theoludwig/programming-challenges/actions/workflows/challenges.yml/badge.svg?branch=master" alt="Challenges" /></a>
<a href="https://conventionalcommits.org"><img src="https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg" alt="Conventional Commits" /></a>
<br/>
<a href="https://gitpod.io/#https://github.com/theoludwig/programming-challenges"><img src="https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod" alt="Gitpod ready-to-code"/></a>
Expand Down
Loading

0 comments on commit dceff27

Please sign in to comment.