<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>CI/CD on たかおの解説</title><link>https://takao.blog/ja/categories/ci/cd/</link><description>Recent content in CI/CD on たかおの解説</description><generator>Hugo -- gohugo.io</generator><language>ja</language><copyright>たかおの解説</copyright><lastBuildDate>Sat, 13 Jun 2026 23:11:50 +0900</lastBuildDate><atom:link href="https://takao.blog/ja/categories/ci/cd/index.xml" rel="self" type="application/rss+xml"/><item><title>GitHub Actionsの実行速度を上げるキャッシュアクションの活用法</title><link>https://takao.blog/ja/web/github-actions-caching-setup/</link><pubDate>Thu, 20 Nov 2025 00:00:00 +0900</pubDate><guid>https://takao.blog/ja/web/github-actions-caching-setup/</guid><description>&lt;img src="https://takao.blog/img/thumnail.webp" alt="Featured image of post GitHub Actionsの実行速度を上げるキャッシュアクションの活用法" /&gt;&lt;p&gt;GitHub ActionsなどのCI/CDツールは、プルリクエストの作成時やメインブランチへのプッシュ時に自動的にテストやビルドを実行し、コードの安全性を担保してくれます。しかし、毎回「コンテナの起動」「外部依存パッケージ（&lt;code&gt;node_modules&lt;/code&gt; など）のゼロからのダウンロード」「全ビルドプロセスの再実行」を繰り返していると、ジョブの実行時間は数分以上に膨れ上がります。&lt;/p&gt;</description></item></channel></rss>