Skip to content

Commit

Permalink
Bump checkout version
Browse files Browse the repository at this point in the history
to get silence the Node.js 12 warning in GH actions.
  • Loading branch information
munichpavel committed Jun 15, 2023
1 parent baecfec commit 0ec36b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
python-version: "3.7"

steps:
- uses: "actions/checkout@v2"
- uses: "actions/checkout@v3"
- uses: "actions/setup-python@v2"
with:
python-version: "${{ matrix.python-version }}"
Expand Down
4 changes: 3 additions & 1 deletion slides/ai_for_risk_header.tex
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
% See https://tex.stackexchange.com/questions/409500/option-clash-hyper-ref-colorlinks-and-transparent
% for useful tips on clashes and what does and doesn't need to be explicitly loaded here
\documentclass[aspectratio=169, xcolor=dvipsnames, hyperref={colorlinks}]{beamer}
\usecolortheme[named=blue]{structure}
\usepackage[dvipsnames]{xcolor}
\usecolortheme[named=Blue]{structure}

\setbeamertemplate{itemize items}[circle]

\usepackage{smartdiagram}
Expand Down

0 comments on commit 0ec36b7

Please sign in to comment.