File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 3838
3939 steps :
4040 - name : Checkout repository
41- uses : actions/checkout@v4
41+ uses : actions/checkout@v5
4242
4343 # Initializes the CodeQL tools for scanning.
4444 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 1717 steps :
1818 - uses : actions/checkout@v5
1919
20- - uses : actions/setup-node@v5
20+ - uses : actions/setup-node@v6
2121 with :
2222 node-version : ${{ matrix.node-version }}
2323 cache : npm
Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ ) .
66
7+ ## Unreleased
8+
9+ ### Changed
10+
11+ - Update dependencies
12+
713## [ 8.2.0] ( https://github.com/axa-group/oauth2-mock-server/compare/v8.1.0...v8.2.0 ) — 2025-10-31
814
915### Added
You can’t perform that action at this time.
0 commit comments