diff --git a/.github/workflows/dev.yaml b/.github/workflows/dev.yaml index 03e578f..ce3ac4f 100644 --- a/.github/workflows/dev.yaml +++ b/.github/workflows/dev.yaml @@ -11,9 +11,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Download Code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install Python 3.9 - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: 3.9 - name: Version Check @@ -23,16 +23,16 @@ jobs: runs-on: ubuntu-latest needs: version_check steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install Node.js 16.15.1 - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: 16.15.1 - run: | yarn install yarn build - name: Upload build artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: craco_build_output path: build/** @@ -40,9 +40,9 @@ jobs: runs-on: self-hosted needs: build steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Download build artifacts - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: craco_build_output path: build diff --git a/.github/workflows/prod.yaml b/.github/workflows/prod.yaml index 3c0b291..b060655 100644 --- a/.github/workflows/prod.yaml +++ b/.github/workflows/prod.yaml @@ -19,10 +19,10 @@ jobs: node-version: [16.15.1] steps: - name: Download Code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} diff --git a/CHANGELOG.md b/CHANGELOG.md index 2eceb89..a34f120 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] +### Added +### Changed +- GitHub action versions updated ## [0.5] - 2025-01-15 ### Added - Support `Reddit`